Html Css Color HEX #B87232 Meteor

📋 copy color: '#B87232'

red 184 ◦ green 114 ◦ blue 50

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

Shades of Meteor #B87232

Tints of Meteor #B87232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 52.87%
G = 32.76%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B87232 (or 0xB87232) is known color: Meteor. HEX triplet: B8, 72 and 32. RGB value is (184,114,50). Sum of RGB (Red+Green+Blue) = 184+114+50=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87232 is #478DCD. Grayscale: #7F7F7F. Windows color (decimal): -4689358 or 3306168. OLE color: 3306168.

HSL color Cylindrical-coordinate representation of color #B87232: hue angle of 28.66º 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 #B87232 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 50 -
CMYK 0 0.38 0.73 0.28
HSL 28.66º 0.57% 0.46% -
HSV(B) 28.66º 0.73% 0.72% -
XYZ 26.36 22.46 5.96 -
YUV 127.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 184 114 50 0 0.38 0.73 0.28 28.66 0.57 0.46
Hex B8 72 32 0 26 49 1C 1D 39 2E
Octal 270 162 62 0 46 111 34 35 71 56
Binary 10111000 1110010 110010 0 100110 1001001 11100 11101 111001 101110

Color Harmonies of #B87232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87232

Black with #B87232

Text Example


Text Example

White with #B87232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87232; }

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

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

background-color css

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

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

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

border-color css

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

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

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