#BD8633

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

Shades of Hokey Pokey #BD8633

Tints of Hokey Pokey #BD8633

Color information

#BD8633 (or 0xBD8633) is unknown color: approx Hokey Pokey. HEX triplet: BD, 86 and 33. RGB value is (189,134,51). Sum of RGB (Red+Green+Blue) = 189+134+51=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8633 is #4279CC. Grayscale: #8D8D8D. Windows color (decimal): -4356557 or 3376829. OLE color: 3376829.

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

Color convert

RGB18913451-
CMYK00.290.730.26
HSL36.09º57.5%47.06%-
HSV(B)36.09º73.02%74.12%-
XYZ30.1128.116.97-
YUV140.9877.22162.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=50.53%
G=35.83%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891345100.290.730.2636.0957.547.06
HexBD863301D491A243a2f
Octal2752066303511132447257
Binary1011110110000110110011011101100100111010100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8633; }

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

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

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

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

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

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

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

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