#BB8730

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

Shades of Hokey Pokey #BB8730

Tints of Hokey Pokey #BB8730

Color information

#BB8730 (or 0xBB8730) is unknown color: approx Hokey Pokey. HEX triplet: BB, 87 and 30. RGB value is (187,135,48). Sum of RGB (Red+Green+Blue) = 187+135+48=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8730 is #4478CF. Grayscale: #8D8D8D. Windows color (decimal): -4487376 or 3180475. OLE color: 3180475.

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

Color convert

RGB18713548-
CMYK00.280.740.27
HSL37.55º59.15%46.08%-
HSV(B)37.55º74.33%73.33%-
XYZ29.6928.116.66-
YUV140.6375.73161.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 48 (19.14% from 255) = 12.97%
R=50.54%
G=36.49%
B=12.97%

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
Decimal1871354800.280.740.2737.5559.1546.08
HexBB873001C4A1B263b2e
Octal2732076003411233467356
Binary1011101110000111110000011100100101011011100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8730; }

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

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

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

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

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

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

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

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