#BD8C2F

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

Shades of Hokey Pokey #BD8C2F

Tints of Hokey Pokey #BD8C2F

Color information

#BD8C2F (or 0xBD8C2F) is unknown color: approx Hokey Pokey. HEX triplet: BD, 8C and 2F. RGB value is (189,140,47). Sum of RGB (Red+Green+Blue) = 189+140+47=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C2F is #4273D0. Grayscale: #909090. Windows color (decimal): -4355025 or 3116221. OLE color: 3116221.

HSL color Cylindrical-coordinate representation of color #BD8C2F: hue angle of 39.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD8C2F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18914047-
CMYK00.260.750.26
HSL39.3º60.17%46.27%-
HSV(B)39.3º75.13%74.12%-
XYZ30.8829.786.81-
YUV144.0573.23160.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=50.27%
G=37.23%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891404700.260.750.2639.360.1746.27
HexBD8C2F01A4B1A273c2e
Octal2752145703211332477456
Binary1011110110001100101111011010100101111010100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C2F; }

 p { color: rgb(189,140,47); }

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

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

 a { background-color: rgb(189,140,47); }

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

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

 span { border-color: rgb(189,140,47); }

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