Html Css Color HEX #BB9333 Hokey Pokey

📋 copy color: '#BB9333'

red 187 ◦ green 147 ◦ blue 51

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

Shades of Hokey Pokey #BB9333

Tints of Hokey Pokey #BB9333

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 48.57%
G = 38.18%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB9333 (or 0xBB9333) is known color: Hokey Pokey. HEX triplet: BB, 93 and 33. RGB value is (187,147,51). Sum of RGB (Red+Green+Blue) = 187+147+51=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9333 is #446CCC. Grayscale: #949494. Windows color (decimal): -4484301 or 3380155. OLE color: 3380155.

HSL color Cylindrical-coordinate representation of color #BB9333: hue angle of 42.35º 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 #BB9333 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 51 -
CMYK 0 0.21 0.73 0.27
HSL 42.35º 0.57% 0.47% -
HSV(B) 42.35º 0.73% 0.73% -
XYZ 31.52 31.67 7.58 -
YUV 148.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 187 147 51 0 0.21 0.73 0.27 42.35 0.57 0.47
Hex BB 93 33 0 15 49 1B 2A 39 2F
Octal 273 223 63 0 25 111 33 52 71 57
Binary 10111011 10010011 110011 0 10101 1001001 11011 101010 111001 101111

Color Harmonies of #BB9333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9333

Black with #BB9333

Text Example


Text Example

White with #BB9333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9333; }

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

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

background-color css

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

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

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

border-color css

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

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

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