#BB8D33

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

Shades of Hokey Pokey #BB8D33

Tints of Hokey Pokey #BB8D33

Color information

#BB8D33 (or 0xBB8D33) is unknown color: approx Hokey Pokey. HEX triplet: BB, 8D and 33. RGB value is (187,141,51). Sum of RGB (Red+Green+Blue) = 187+141+51=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D33 is #4472CC. Grayscale: #909090. Windows color (decimal): -4485837 or 3378619. OLE color: 3378619.

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

Color convert

RGB18714151-
CMYK00.250.730.27
HSL39.71º57.14%46.67%-
HSV(B)39.71º72.73%73.33%-
XYZ30.6229.857.28-
YUV144.4975.24158.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=49.34%
G=37.20%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871415100.250.730.2739.7157.1446.67
HexBB8D33019491B28392f
Octal2732156303111133507157
Binary1011101110001101110011011001100100111011101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D33; }

 p { color: rgb(187,141,51); }

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

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

 a { background-color: rgb(187,141,51); }

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

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

 span { border-color: rgb(187,141,51); }

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