Html Css Color HEX #BB9030 Hokey Pokey

📋 copy color: '#BB9030'

red 187 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #BB9030

Tints of Hokey Pokey #BB9030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 49.34%
G = 37.99%
B = 12.66%

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

#BB9030 (or 0xBB9030) is known color: Hokey Pokey. HEX triplet: BB, 90 and 30. RGB value is (187,144,48). Sum of RGB (Red+Green+Blue) = 187+144+48=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9030 is #446FCF. Grayscale: #929292. Windows color (decimal): -4485072 or 3182779. OLE color: 3182779.

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

Color convert

RGB 187 144 48 -
CMYK 0 0.23 0.74 0.27
HSL 41.44º 0.59% 0.46% -
HSV(B) 41.44º 0.74% 0.73% -
XYZ 31 30.72 7.09 -
YUV 145.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 187 144 48 0 0.23 0.74 0.27 41.44 0.59 0.46
Hex BB 90 30 0 17 4A 1B 29 3B 2E
Octal 273 220 60 0 27 112 33 51 73 56
Binary 10111011 10010000 110000 0 10111 1001010 11011 101001 111011 101110

Color Harmonies of #BB9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9030

Black with #BB9030

Text Example


Text Example

White with #BB9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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