#BB8534

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

Shades of Hokey Pokey #BB8534

Tints of Hokey Pokey #BB8534

Color information

#BB8534 (or 0xBB8534) is unknown color: approx Hokey Pokey. HEX triplet: BB, 85 and 34. RGB value is (187,133,52). Sum of RGB (Red+Green+Blue) = 187+133+52=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8534 is #447ACB. Grayscale: #8C8C8C. Windows color (decimal): -4487884 or 3442107. OLE color: 3442107.

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

Color convert

RGB18713352-
CMYK00.290.720.27
HSL36º56.49%46.86%-
HSV(B)36º72.19%73.33%-
XYZ29.527.597.02-
YUV139.9178.39161.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=50.27%
G=35.75%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871335200.290.720.273656.4946.86
HexBB853401D481B24382f
Octal2732056403511033447057
Binary1011101110000101110100011101100100011011100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8534; }

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

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

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

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

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

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

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

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