Html Css Color HEX #BB8B37 Hokey Pokey

📋 copy color: '#BB8B37'

red 187 ◦ green 139 ◦ blue 55

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

Shades of Hokey Pokey #BB8B37

Tints of Hokey Pokey #BB8B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 55 (21.88% from 255) = 14.44%

R = 49.08%
G = 36.48%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8B37 (or 0xBB8B37) is known color: Hokey Pokey. HEX triplet: BB, 8B and 37. RGB value is (187,139,55). Sum of RGB (Red+Green+Blue) = 187+139+55=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B37 is #4474C8. Grayscale: #909090. Windows color (decimal): -4486345 or 3640251. OLE color: 3640251.

HSL color Cylindrical-coordinate representation of color #BB8B37: hue angle of 38.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB8B37 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 55 -
CMYK 0 0.26 0.71 0.27
HSL 38.18º 0.55% 0.47% -
HSV(B) 38.18º 0.71% 0.73% -
XYZ 30.42 29.31 7.67 -
YUV 143.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 187 139 55 0 0.26 0.71 0.27 38.18 0.55 0.47
Hex BB 8B 37 0 1A 47 1B 26 37 2F
Octal 273 213 67 0 32 107 33 46 67 57
Binary 10111011 10001011 110111 0 11010 1000111 11011 100110 110111 101111

Color Harmonies of #BB8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B37

Black with #BB8B37

Text Example


Text Example

White with #BB8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B37; }

 p { color: rgb(187,139,55); }

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

background-color css

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

 a { background-color: rgb(187,139,55); }

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

border-color css

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

 span { border-color: rgb(187,139,55); }

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