#BD8B30

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

Shades of Hokey Pokey #BD8B30

Tints of Hokey Pokey #BD8B30

Color information

#BD8B30 (or 0xBD8B30) is unknown color: approx Hokey Pokey. HEX triplet: BD, 8B and 30. RGB value is (189,139,48). Sum of RGB (Red+Green+Blue) = 189+139+48=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B30 is #4274CF. Grayscale: #8F8F8F. Windows color (decimal): -4355280 or 3181501. OLE color: 3181501.

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

Color convert

RGB18913948-
CMYK00.260.750.26
HSL38.72º59.49%46.47%-
HSV(B)38.72º74.6%74.12%-
XYZ30.7529.56.87-
YUV143.5874.06160.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=50.27%
G=36.97%
B=12.77%

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
Decimal1891394800.260.750.2638.7259.4946.47
HexBD8B3001A4B1A273b2e
Octal2752136003211332477356
Binary1011110110001011110000011010100101111010100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B30; }

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

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

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

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

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

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

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

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