#BD8730

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

Shades of Hokey Pokey #BD8730

Tints of Hokey Pokey #BD8730

Color information

#BD8730 (or 0xBD8730) is unknown color: approx Hokey Pokey. HEX triplet: BD, 87 and 30. RGB value is (189,135,48). Sum of RGB (Red+Green+Blue) = 189+135+48=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8730 is #4278CF. Grayscale: #8D8D8D. Windows color (decimal): -4356304 or 3180477. OLE color: 3180477.

HSL color Cylindrical-coordinate representation of color #BD8730: hue angle of 37.02º degrees, saturation: 0.59, 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 #BD8730 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18913548-
CMYK00.290.750.26
HSL37.02º59.49%46.47%-
HSV(B)37.02º74.6%74.12%-
XYZ30.1828.366.68-
YUV141.2375.39162.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=50.81%
G=36.29%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891354800.290.750.2637.0259.4946.47
HexBD873001D4B1A253b2e
Octal2752076003511332457356
Binary1011110110000111110000011101100101111010100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8730; }

 p { color: rgb(189,135,48); }

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

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

 a { background-color: rgb(189,135,48); }

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

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

 span { border-color: rgb(189,135,48); }

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