Html Css Color HEX #BB9037 Hokey Pokey

📋 copy color: '#BB9037'

red 187 ◦ green 144 ◦ blue 55

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

Shades of Hokey Pokey #BB9037

Tints of Hokey Pokey #BB9037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 48.45%
G = 37.31%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB9037 (or 0xBB9037) is known color: Hokey Pokey. HEX triplet: BB, 90 and 37. RGB value is (187,144,55). Sum of RGB (Red+Green+Blue) = 187+144+55=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9037 is #446FC8. Grayscale: #939393. Windows color (decimal): -4485065 or 3641531. OLE color: 3641531.

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

Color convert

RGB 187 144 55 -
CMYK 0 0.23 0.71 0.27
HSL 40.45º 0.55% 0.47% -
HSV(B) 40.45º 0.71% 0.73% -
XYZ 31.16 30.79 7.91 -
YUV 146.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 187 144 55 0 0.23 0.71 0.27 40.45 0.55 0.47
Hex BB 90 37 0 17 47 1B 28 37 2F
Octal 273 220 67 0 27 107 33 50 67 57
Binary 10111011 10010000 110111 0 10111 1000111 11011 101000 110111 101111

Color Harmonies of #BB9037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9037

Black with #BB9037

Text Example


Text Example

White with #BB9037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9037; }

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

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

background-color css

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

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

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

border-color css

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

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

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