#BD8A33

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

Shades of Hokey Pokey #BD8A33

Tints of Hokey Pokey #BD8A33

Color information

#BD8A33 (or 0xBD8A33) is unknown color: approx Hokey Pokey. HEX triplet: BD, 8A and 33. RGB value is (189,138,51). Sum of RGB (Red+Green+Blue) = 189+138+51=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A33 is #4275CC. Grayscale: #8F8F8F. Windows color (decimal): -4355533 or 3377853. OLE color: 3377853.

HSL color Cylindrical-coordinate representation of color #BD8A33: hue angle of 37.83º 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 #BD8A33 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18913851-
CMYK00.270.730.26
HSL37.83º57.5%47.06%-
HSV(B)37.83º73.02%74.12%-
XYZ30.6729.237.16-
YUV143.3375.9160.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=50%
G=36.51%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891385100.270.730.2637.8357.547.06
HexBD8A3301B491A263a2f
Octal2752126303311132467257
Binary1011110110001010110011011011100100111010100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A33; }

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

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

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

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

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

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

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

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