#BB8630

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

Shades of Hokey Pokey #BB8630

Tints of Hokey Pokey #BB8630

Color information

#BB8630 (or 0xBB8630) is unknown color: approx Hokey Pokey. HEX triplet: BB, 86 and 30. RGB value is (187,134,48). Sum of RGB (Red+Green+Blue) = 187+134+48=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8630 is #4479CF. Grayscale: #8C8C8C. Windows color (decimal): -4487632 or 3180219. OLE color: 3180219.

HSL color Cylindrical-coordinate representation of color #BB8630: hue angle of 37.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB8630 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18713448-
CMYK00.280.740.27
HSL37.12º59.15%46.08%-
HSV(B)37.12º74.33%73.33%-
XYZ29.5527.836.61-
YUV140.0476.06161.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=50.68%
G=36.31%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871344800.280.740.2737.1259.1546.08
HexBB863001C4A1B253b2e
Octal2732066003411233457356
Binary1011101110000110110000011100100101011011100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8630; }

 p { color: rgb(187,134,48); }

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

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

 a { background-color: rgb(187,134,48); }

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

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

 span { border-color: rgb(187,134,48); }

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