Html Css Color HEX #BB8632 Hokey Pokey

📋 copy color: '#BB8632'

red 187 ◦ green 134 ◦ blue 50

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

Shades of Hokey Pokey #BB8632

Tints of Hokey Pokey #BB8632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 50.4%
G = 36.12%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8632 (or 0xBB8632) is known color: Hokey Pokey. HEX triplet: BB, 86 and 32. RGB value is (187,134,50). Sum of RGB (Red+Green+Blue) = 187+134+50=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8632 is #4479CD. Grayscale: #8C8C8C. Windows color (decimal): -4487630 or 3311291. OLE color: 3311291.

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

Color convert

RGB 187 134 50 -
CMYK 0 0.28 0.73 0.27
HSL 36.79º 0.58% 0.46% -
HSV(B) 36.79º 0.73% 0.73% -
XYZ 29.59 27.85 6.83 -
YUV 140.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 187 134 50 0 0.28 0.73 0.27 36.79 0.58 0.46
Hex BB 86 32 0 1C 49 1B 25 3A 2E
Octal 273 206 62 0 34 111 33 45 72 56
Binary 10111011 10000110 110010 0 11100 1001001 11011 100101 111010 101110

Color Harmonies of #BB8632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8632

Black with #BB8632

Text Example


Text Example

White with #BB8632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8632; }

 p { color: rgb(187,134,50); }

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

background-color css

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

 a { background-color: rgb(187,134,50); }

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

border-color css

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

 span { border-color: rgb(187,134,50); }

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