#BB9735

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

Shades of Hokey Pokey #BB9735

Tints of Hokey Pokey #BB9735

Color information

#BB9735 (or 0xBB9735) is unknown color: approx Hokey Pokey. HEX triplet: BB, 97 and 35. RGB value is (187,151,53). Sum of RGB (Red+Green+Blue) = 187+151+53=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9735 is #4468CA. Grayscale: #979797. Windows color (decimal): -4483275 or 3512251. OLE color: 3512251.

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

Color convert

RGB18715153-
CMYK00.190.720.27
HSL43.88º55.83%47.06%-
HSV(B)43.88º71.66%73.33%-
XYZ32.232.968.03-
YUV150.5972.93153.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=47.83%
G=38.62%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515300.190.720.2743.8855.8347.06
HexBB9735013481B2c382f
Octal2732276502311033547057
Binary1011101110010111110101010011100100011011101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9735; }

 p { color: rgb(187,151,53); }

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

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

 a { background-color: rgb(187,151,53); }

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

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

 span { border-color: rgb(187,151,53); }

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