#BB8634

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

Shades of Hokey Pokey #BB8634

Tints of Hokey Pokey #BB8634

Color information

#BB8634 (or 0xBB8634) is unknown color: approx Hokey Pokey. HEX triplet: BB, 86 and 34. RGB value is (187,134,52). Sum of RGB (Red+Green+Blue) = 187+134+52=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8634 is #4479CB. Grayscale: #8C8C8C. Windows color (decimal): -4487628 or 3442363. OLE color: 3442363.

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

Color convert

RGB18713452-
CMYK00.280.720.27
HSL36.44º56.49%46.86%-
HSV(B)36.44º72.19%73.33%-
XYZ29.6427.867.06-
YUV140.578.06161.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=50.13%
G=35.92%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871345200.280.720.2736.4456.4946.86
HexBB863401C481B24382f
Octal2732066403411033447057
Binary1011101110000110110100011100100100011011100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8634; }

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

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

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

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

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

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

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

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