#BD9833

Color #BD9833 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BD9833

Tints of Hokey Pokey #BD9833

Color information

#BD9833 (or 0xBD9833) is unknown color: approx Hokey Pokey. HEX triplet: BD, 98 and 33. RGB value is (189,152,51). Sum of RGB (Red+Green+Blue) = 189+152+51=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9833 is #4267CC. Grayscale: #979797. Windows color (decimal): -4351949 or 3381437. OLE color: 3381437.

HSL color Cylindrical-coordinate representation of color #BD9833: hue angle of 43.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD9833 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18915251-
CMYK00.200.730.26
HSL43.91º57.5%47.06%-
HSV(B)43.91º73.02%74.12%-
XYZ32.8133.517.87-
YUV151.5571.26154.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 51 (20.31% from 255) = 13.01%
R=48.21%
G=38.78%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891525100.200.730.2643.9157.547.06
HexBD9833014491A2c3a2f
Octal2752306302411132547257
Binary1011110110011000110011010100100100111010101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9833; }

 p { color: rgb(189,152,51); }

 H1.HeaderClassName
 {
   color: #BD9833;
 }
 .AnyTagClassName
 {
   color: #BD9833;
 }
</style>
background-color css

<style>
 a { background-color: #BD9833; }

 a { background-color: rgb(189,152,51); }

 div.DivClassName
 {
   background-color: #BD9833;
 }
 .BgClassName
 {
   background-color: #BD9833;
 }
</style>
border-color css

<style>
 span { border-color: #BD9833; }

 span { border-color: rgb(189,152,51); }

 td.TdClassName
 {
   border-color: #BD9833;
 }
 .TagClassName
 {
   border-color: #BD9833;
 }
</style>