Html Css Color HEX #B87332 Meteor

📋 copy color: '#B87332'

red 184 ◦ green 115 ◦ blue 50

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

Shades of Meteor #B87332

Tints of Meteor #B87332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 52.72%
G = 32.95%
B = 14.33%

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

#B87332 (or 0xB87332) is known color: Meteor. HEX triplet: B8, 73 and 32. RGB value is (184,115,50). Sum of RGB (Red+Green+Blue) = 184+115+50=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B87332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87332 is #478CCD. Grayscale: #808080. Windows color (decimal): -4689102 or 3306424. OLE color: 3306424.

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

Color convert

RGB 184 115 50 -
CMYK 0 0.38 0.73 0.28
HSL 29.1º 0.57% 0.46% -
HSV(B) 29.1º 0.73% 0.72% -
XYZ 26.47 22.68 6 -
YUV 128.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 184 115 50 0 0.38 0.73 0.28 29.1 0.57 0.46
Hex B8 73 32 0 26 49 1C 1D 39 2E
Octal 270 163 62 0 46 111 34 35 71 56
Binary 10111000 1110011 110010 0 100110 1001001 11100 11101 111001 101110

Color Harmonies of #B87332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87332

Black with #B87332

Text Example


Text Example

White with #B87332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87332; }

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

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

background-color css

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

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

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

border-color css

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

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

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