Html Css Color HEX #BB8833 Hokey Pokey

📋 copy color: '#BB8833'

red 187 ◦ green 136 ◦ blue 51

#BB8833
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #BB8833

Tints of Hokey Pokey #BB8833

RGB

 RED value IS 187 (73.44% from 255) = 50%

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 50%
G = 36.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8833 (or 0xBB8833) is known color: Hokey Pokey. HEX triplet: BB, 88 and 33. RGB value is (187,136,51). Sum of RGB (Red+Green+Blue) = 187+136+51=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8833 is #4477CC. Grayscale: #8D8D8D. Windows color (decimal): -4487117 or 3377339. OLE color: 3377339.

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

Color convert

RGB 187 136 51 -
CMYK 0 0.27 0.73 0.27
HSL 37.5º 0.57% 0.47% -
HSV(B) 37.5º 0.73% 0.73% -
XYZ 29.9 28.41 7.04 -
YUV 141.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 187 136 51 0 0.27 0.73 0.27 37.5 0.57 0.47
Hex BB 88 33 0 1B 49 1B 26 39 2F
Octal 273 210 63 0 33 111 33 46 71 57
Binary 10111011 10001000 110011 0 11011 1001001 11011 100110 111001 101111

Color Harmonies of #BB8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8833

Black with #BB8833

Text Example


Text Example

White with #BB8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8833; }

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

 H1.HeaderClassName
 {
   color: #BB8833;
 }
 .AnyTagClassName
 {
   color: #BB8833;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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