Html Css Color HEX #BB8D33 Hokey Pokey

📋 copy color: '#BB8D33'

red 187 ◦ green 141 ◦ blue 51

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

Shades of Hokey Pokey #BB8D33

Tints of Hokey Pokey #BB8D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 49.34%
G = 37.2%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8D33 (or 0xBB8D33) is known color: Hokey Pokey. HEX triplet: BB, 8D and 33. RGB value is (187,141,51). Sum of RGB (Red+Green+Blue) = 187+141+51=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D33 is #4472CC. Grayscale: #909090. Windows color (decimal): -4485837 or 3378619. OLE color: 3378619.

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

Color convert

RGB 187 141 51 -
CMYK 0 0.25 0.73 0.27
HSL 39.71º 0.57% 0.47% -
HSV(B) 39.71º 0.73% 0.73% -
XYZ 30.62 29.85 7.28 -
YUV 144.49 75.24 158.32 -
System Red Green Blue C M Y K H S L
Decimal 187 141 51 0 0.25 0.73 0.27 39.71 0.57 0.47
Hex BB 8D 33 0 19 49 1B 28 39 2F
Octal 273 215 63 0 31 111 33 50 71 57
Binary 10111011 10001101 110011 0 11001 1001001 11011 101000 111001 101111

Color Harmonies of #BB8D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D33

Black with #BB8D33

Text Example


Text Example

White with #BB8D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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