Html Css Color HEX #BB7139 Meteor

📋 copy color: '#BB7139'

red 187 ◦ green 113 ◦ blue 57

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

Shades of Meteor #BB7139

Tints of Meteor #BB7139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 57 (22.66% from 255) = 15.97%

R = 52.38%
G = 31.65%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB7139 (or 0xBB7139) is known color: Meteor. HEX triplet: BB, 71 and 39. RGB value is (187,113,57). Sum of RGB (Red+Green+Blue) = 187+113+57=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7139 is #448EC6. Grayscale: #818181. Windows color (decimal): -4492999 or 3764667. OLE color: 3764667.

HSL color Cylindrical-coordinate representation of color #BB7139: hue angle of 25.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7139 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 57 -
CMYK 0 0.40 0.70 0.27
HSL 25.85º 0.53% 0.48% -
HSV(B) 25.85º 0.7% 0.73% -
XYZ 27.14 22.67 6.82 -
YUV 128.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 187 113 57 0 0.40 0.70 0.27 25.85 0.53 0.48
Hex BB 71 39 0 28 46 1B 1A 35 30
Octal 273 161 71 0 50 106 33 32 65 60
Binary 10111011 1110001 111001 0 101000 1000110 11011 11010 110101 110000

Color Harmonies of #BB7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7139

Black with #BB7139

Text Example


Text Example

White with #BB7139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7139; }

 p { color: rgb(187,113,57); }

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

background-color css

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

 a { background-color: rgb(187,113,57); }

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

border-color css

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

 span { border-color: rgb(187,113,57); }

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