Html Css Color HEX #BB8B31 Hokey Pokey

📋 copy color: '#BB8B31'

red 187 ◦ green 139 ◦ blue 49

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

Shades of Hokey Pokey #BB8B31

Tints of Hokey Pokey #BB8B31

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 49.87%
G = 37.07%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8B31 (or 0xBB8B31) is known color: Hokey Pokey. HEX triplet: BB, 8B and 31. RGB value is (187,139,49). Sum of RGB (Red+Green+Blue) = 187+139+49=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B31 is #4474CE. Grayscale: #8F8F8F. Windows color (decimal): -4486351 or 3247035. OLE color: 3247035.

HSL color Cylindrical-coordinate representation of color #BB8B31: hue angle of 39.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB8B31 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 49 -
CMYK 0 0.26 0.74 0.27
HSL 39.13º 0.58% 0.46% -
HSV(B) 39.13º 0.74% 0.73% -
XYZ 30.28 29.25 6.96 -
YUV 143.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 187 139 49 0 0.26 0.74 0.27 39.13 0.58 0.46
Hex BB 8B 31 0 1A 4A 1B 27 3A 2E
Octal 273 213 61 0 32 112 33 47 72 56
Binary 10111011 10001011 110001 0 11010 1001010 11011 100111 111010 101110

Color Harmonies of #BB8B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B31

Black with #BB8B31

Text Example


Text Example

White with #BB8B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B31; }

 p { color: rgb(187,139,49); }

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

background-color css

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

 a { background-color: rgb(187,139,49); }

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

border-color css

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

 span { border-color: rgb(187,139,49); }

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