Html Css Color HEX #BB9031 Hokey Pokey

📋 copy color: '#BB9031'

red 187 ◦ green 144 ◦ blue 49

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

Shades of Hokey Pokey #BB9031

Tints of Hokey Pokey #BB9031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.89%

R = 49.21%
G = 37.89%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9031 (or 0xBB9031) is known color: Hokey Pokey. HEX triplet: BB, 90 and 31. RGB value is (187,144,49). Sum of RGB (Red+Green+Blue) = 187+144+49=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9031 is #446FCE. Grayscale: #929292. Windows color (decimal): -4485071 or 3248315. OLE color: 3248315.

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

Color convert

RGB 187 144 49 -
CMYK 0 0.23 0.74 0.27
HSL 41.3º 0.58% 0.46% -
HSV(B) 41.3º 0.74% 0.73% -
XYZ 31.02 30.73 7.2 -
YUV 146.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 187 144 49 0 0.23 0.74 0.27 41.3 0.58 0.46
Hex BB 90 31 0 17 4A 1B 29 3A 2E
Octal 273 220 61 0 27 112 33 51 72 56
Binary 10111011 10010000 110001 0 10111 1001010 11011 101001 111010 101110

Color Harmonies of #BB9031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9031

Black with #BB9031

Text Example


Text Example

White with #BB9031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9031; }

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

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

background-color css

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

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

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

border-color css

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

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

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