Html Css Color HEX #BB8F31 Hokey Pokey

📋 copy color: '#BB8F31'

red 187 ◦ green 143 ◦ blue 49

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

Shades of Hokey Pokey #BB8F31

Tints of Hokey Pokey #BB8F31

RGB

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

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

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

R = 49.34%
G = 37.73%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8F31 (or 0xBB8F31) is known color: Hokey Pokey. HEX triplet: BB, 8F and 31. RGB value is (187,143,49). Sum of RGB (Red+Green+Blue) = 187+143+49=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F31 is #4470CE. Grayscale: #919191. Windows color (decimal): -4485327 or 3248059. OLE color: 3248059.

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

Color convert

RGB 187 143 49 -
CMYK 0 0.24 0.74 0.27
HSL 40.87º 0.58% 0.46% -
HSV(B) 40.87º 0.74% 0.73% -
XYZ 30.87 30.43 7.15 -
YUV 145.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 187 143 49 0 0.24 0.74 0.27 40.87 0.58 0.46
Hex BB 8F 31 0 18 4A 1B 29 3A 2E
Octal 273 217 61 0 30 112 33 51 72 56
Binary 10111011 10001111 110001 0 11000 1001010 11011 101001 111010 101110

Color Harmonies of #BB8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F31

Black with #BB8F31

Text Example


Text Example

White with #BB8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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