Html Css Color HEX #BB9034 Hokey Pokey

📋 copy color: '#BB9034'

red 187 ◦ green 144 ◦ blue 52

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

Shades of Hokey Pokey #BB9034

Tints of Hokey Pokey #BB9034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 48.83%
G = 37.6%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9034 (or 0xBB9034) is known color: Hokey Pokey. HEX triplet: BB, 90 and 34. RGB value is (187,144,52). Sum of RGB (Red+Green+Blue) = 187+144+52=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9034 is #446FCB. Grayscale: #929292. Windows color (decimal): -4485068 or 3444923. OLE color: 3444923.

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

Color convert

RGB 187 144 52 -
CMYK 0 0.23 0.72 0.27
HSL 40.89º 0.56% 0.47% -
HSV(B) 40.89º 0.72% 0.73% -
XYZ 31.09 30.76 7.55 -
YUV 146.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 187 144 52 0 0.23 0.72 0.27 40.89 0.56 0.47
Hex BB 90 34 0 17 48 1B 29 38 2F
Octal 273 220 64 0 27 110 33 51 70 57
Binary 10111011 10010000 110100 0 10111 1001000 11011 101001 111000 101111

Color Harmonies of #BB9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9034

Black with #BB9034

Text Example


Text Example

White with #BB9034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9034; }

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

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

background-color css

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

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

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

border-color css

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

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

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