Html Css Color HEX #B87132 Meteor

📋 copy color: '#B87132'

red 184 ◦ green 113 ◦ blue 50

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

Shades of Meteor #B87132

Tints of Meteor #B87132

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

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

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 53.03%
G = 32.56%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B87132 (or 0xB87132) is known color: Meteor. HEX triplet: B8, 71 and 32. RGB value is (184,113,50). Sum of RGB (Red+Green+Blue) = 184+113+50=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B87132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87132 is #478ECD. Grayscale: #7F7F7F. Windows color (decimal): -4689614 or 3305912. OLE color: 3305912.

HSL color Cylindrical-coordinate representation of color #B87132: hue angle of 28.21º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B87132 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 50 -
CMYK 0 0.39 0.73 0.28
HSL 28.21º 0.57% 0.46% -
HSV(B) 28.21º 0.73% 0.72% -
XYZ 26.25 22.23 5.93 -
YUV 127.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 184 113 50 0 0.39 0.73 0.28 28.21 0.57 0.46
Hex B8 71 32 0 27 49 1C 1C 39 2E
Octal 270 161 62 0 47 111 34 34 71 56
Binary 10111000 1110001 110010 0 100111 1001001 11100 11100 111001 101110

Color Harmonies of #B87132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87132

Black with #B87132

Text Example


Text Example

White with #B87132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87132; }

 p { color: rgb(184,113,50); }

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

background-color css

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

 a { background-color: rgb(184,113,50); }

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

border-color css

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

 span { border-color: rgb(184,113,50); }

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