Html Css Color HEX #BB8C31 Hokey Pokey

📋 copy color: '#BB8C31'

red 187 ◦ green 140 ◦ blue 49

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

Shades of Hokey Pokey #BB8C31

Tints of Hokey Pokey #BB8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 49.73%
G = 37.23%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8C31 (or 0xBB8C31) is known color: Hokey Pokey. HEX triplet: BB, 8C and 31. RGB value is (187,140,49). Sum of RGB (Red+Green+Blue) = 187+140+49=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C31 is #4473CE. Grayscale: #909090. Windows color (decimal): -4486095 or 3247291. OLE color: 3247291.

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

Color convert

RGB 187 140 49 -
CMYK 0 0.25 0.74 0.27
HSL 39.57º 0.58% 0.46% -
HSV(B) 39.57º 0.74% 0.73% -
XYZ 30.43 29.54 7 -
YUV 143.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 187 140 49 0 0.25 0.74 0.27 39.57 0.58 0.46
Hex BB 8C 31 0 19 4A 1B 28 3A 2E
Octal 273 214 61 0 31 112 33 50 72 56
Binary 10111011 10001100 110001 0 11001 1001010 11011 101000 111010 101110

Color Harmonies of #BB8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C31

Black with #BB8C31

Text Example


Text Example

White with #BB8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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