Html Css Color HEX #BB9036 Hokey Pokey

📋 copy color: '#BB9036'

red 187 ◦ green 144 ◦ blue 54

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

Shades of Hokey Pokey #BB9036

Tints of Hokey Pokey #BB9036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 48.57%
G = 37.4%
B = 14.03%

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

#BB9036 (or 0xBB9036) is known color: Hokey Pokey. HEX triplet: BB, 90 and 36. RGB value is (187,144,54). Sum of RGB (Red+Green+Blue) = 187+144+54=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9036 is #446FC9. Grayscale: #939393. Windows color (decimal): -4485066 or 3575995. OLE color: 3575995.

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

Color convert

RGB 187 144 54 -
CMYK 0 0.23 0.71 0.27
HSL 40.6º 0.55% 0.47% -
HSV(B) 40.6º 0.71% 0.73% -
XYZ 31.13 30.78 7.79 -
YUV 146.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 187 144 54 0 0.23 0.71 0.27 40.6 0.55 0.47
Hex BB 90 36 0 17 47 1B 29 37 2F
Octal 273 220 66 0 27 107 33 51 67 57
Binary 10111011 10010000 110110 0 10111 1000111 11011 101001 110111 101111

Color Harmonies of #BB9036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9036

Black with #BB9036

Text Example


Text Example

White with #BB9036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9036; }

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

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

background-color css

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

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

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

border-color css

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

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

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