Html Css Color HEX #BB8E32 Hokey Pokey

📋 copy color: '#BB8E32'

red 187 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #BB8E32

Tints of Hokey Pokey #BB8E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

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

R = 49.34%
G = 37.47%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8E32 (or 0xBB8E32) is known color: Hokey Pokey. HEX triplet: BB, 8E and 32. RGB value is (187,142,50). Sum of RGB (Red+Green+Blue) = 187+142+50=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E32 is #4471CD. Grayscale: #919191. Windows color (decimal): -4485582 or 3313339. OLE color: 3313339.

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

Color convert

RGB 187 142 50 -
CMYK 0 0.24 0.73 0.27
HSL 40.29º 0.58% 0.46% -
HSV(B) 40.29º 0.73% 0.73% -
XYZ 30.74 30.14 7.22 -
YUV 144.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 187 142 50 0 0.24 0.73 0.27 40.29 0.58 0.46
Hex BB 8E 32 0 18 49 1B 28 3A 2E
Octal 273 216 62 0 30 111 33 50 72 56
Binary 10111011 10001110 110010 0 11000 1001001 11011 101000 111010 101110

Color Harmonies of #BB8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E32

Black with #BB8E32

Text Example


Text Example

White with #BB8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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