Html Css Color HEX #BB9033 Hokey Pokey

📋 copy color: '#BB9033'

red 187 ◦ green 144 ◦ blue 51

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

Shades of Hokey Pokey #BB9033

Tints of Hokey Pokey #BB9033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.35%

R = 48.95%
G = 37.7%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB9033 (or 0xBB9033) is known color: Hokey Pokey. HEX triplet: BB, 90 and 33. RGB value is (187,144,51). Sum of RGB (Red+Green+Blue) = 187+144+51=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9033 is #446FCC. Grayscale: #929292. Windows color (decimal): -4485069 or 3379387. OLE color: 3379387.

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

Color convert

RGB 187 144 51 -
CMYK 0 0.23 0.73 0.27
HSL 41.03º 0.57% 0.47% -
HSV(B) 41.03º 0.73% 0.73% -
XYZ 31.06 30.75 7.43 -
YUV 146.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 187 144 51 0 0.23 0.73 0.27 41.03 0.57 0.47
Hex BB 90 33 0 17 49 1B 29 39 2F
Octal 273 220 63 0 27 111 33 51 71 57
Binary 10111011 10010000 110011 0 10111 1001001 11011 101001 111001 101111

Color Harmonies of #BB9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9033

Black with #BB9033

Text Example


Text Example

White with #BB9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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