Html Css Color HEX #BB7031 Meteor

📋 copy color: '#BB7031'

red 187 ◦ green 112 ◦ blue 49

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

Shades of Meteor #BB7031

Tints of Meteor #BB7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 53.74%
G = 32.18%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7031 (or 0xBB7031) is known color: Meteor. HEX triplet: BB, 70 and 31. RGB value is (187,112,49). Sum of RGB (Red+Green+Blue) = 187+112+49=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7031 is #448FCE. Grayscale: #7F7F7F. Windows color (decimal): -4493263 or 3240123. OLE color: 3240123.

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

Color convert

RGB 187 112 49 -
CMYK 0 0.40 0.74 0.27
HSL 27.39º 0.58% 0.46% -
HSV(B) 27.39º 0.74% 0.73% -
XYZ 26.84 22.37 5.81 -
YUV 127.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 187 112 49 0 0.40 0.74 0.27 27.39 0.58 0.46
Hex BB 70 31 0 28 4A 1B 1B 3A 2E
Octal 273 160 61 0 50 112 33 33 72 56
Binary 10111011 1110000 110001 0 101000 1001010 11011 11011 111010 101110

Color Harmonies of #BB7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7031

Black with #BB7031

Text Example


Text Example

White with #BB7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7031; }

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

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

background-color css

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

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

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

border-color css

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

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

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