Html Css Color HEX #BB9934 Hokey Pokey

📋 copy color: '#BB9934'

red 187 ◦ green 153 ◦ blue 52

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

Shades of Hokey Pokey #BB9934

Tints of Hokey Pokey #BB9934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 47.7%
G = 39.03%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9934 (or 0xBB9934) is known color: Hokey Pokey. HEX triplet: BB, 99 and 34. RGB value is (187,153,52). Sum of RGB (Red+Green+Blue) = 187+153+52=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9934 is #4466CB. Grayscale: #989898. Windows color (decimal): -4482764 or 3447227. OLE color: 3447227.

HSL color Cylindrical-coordinate representation of color #BB9934: hue angle of 44.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 #BB9934 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 52 -
CMYK 0 0.18 0.72 0.27
HSL 44.89º 0.56% 0.47% -
HSV(B) 44.89º 0.72% 0.73% -
XYZ 32.5 33.6 8.02 -
YUV 151.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 187 153 52 0 0.18 0.72 0.27 44.89 0.56 0.47
Hex BB 99 34 0 12 48 1B 2D 38 2F
Octal 273 231 64 0 22 110 33 55 70 57
Binary 10111011 10011001 110100 0 10010 1001000 11011 101101 111000 101111

Color Harmonies of #BB9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9934

Black with #BB9934

Text Example


Text Example

White with #BB9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9934; }

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

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

background-color css

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

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

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

border-color css

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

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

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