Html Css Color HEX #BB8F33 Hokey Pokey

📋 copy color: '#BB8F33'

red 187 ◦ green 143 ◦ blue 51

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

Shades of Hokey Pokey #BB8F33

Tints of Hokey Pokey #BB8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 49.08%
G = 37.53%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB8F33 (or 0xBB8F33) is known color: Hokey Pokey. HEX triplet: BB, 8F and 33. RGB value is (187,143,51). Sum of RGB (Red+Green+Blue) = 187+143+51=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F33 is #4470CC. Grayscale: #929292. Windows color (decimal): -4485325 or 3379131. OLE color: 3379131.

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

Color convert

RGB 187 143 51 -
CMYK 0 0.24 0.73 0.27
HSL 40.59º 0.57% 0.47% -
HSV(B) 40.59º 0.73% 0.73% -
XYZ 30.91 30.45 7.38 -
YUV 145.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 187 143 51 0 0.24 0.73 0.27 40.59 0.57 0.47
Hex BB 8F 33 0 18 49 1B 29 39 2F
Octal 273 217 63 0 30 111 33 51 71 57
Binary 10111011 10001111 110011 0 11000 1001001 11011 101001 111001 101111

Color Harmonies of #BB8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F33

Black with #BB8F33

Text Example


Text Example

White with #BB8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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