Html Css Color HEX #B87130 Meteor

📋 copy color: '#B87130'

red 184 ◦ green 113 ◦ blue 48

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

Shades of Meteor #B87130

Tints of Meteor #B87130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 53.33%
G = 32.75%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B87130 (or 0xB87130) is known color: Meteor. HEX triplet: B8, 71 and 30. RGB value is (184,113,48). Sum of RGB (Red+Green+Blue) = 184+113+48=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B87130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87130 is #478ECF. Grayscale: #7F7F7F. Windows color (decimal): -4689616 or 3174840. OLE color: 3174840.

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

Color convert

RGB 184 113 48 -
CMYK 0 0.39 0.74 0.28
HSL 28.68º 0.59% 0.45% -
HSV(B) 28.68º 0.74% 0.72% -
XYZ 26.21 22.21 5.7 -
YUV 126.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 184 113 48 0 0.39 0.74 0.28 28.68 0.59 0.45
Hex B8 71 30 0 27 4A 1C 1D 3B 2D
Octal 270 161 60 0 47 112 34 35 73 55
Binary 10111000 1110001 110000 0 100111 1001010 11100 11101 111011 101101

Color Harmonies of #B87130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87130

Black with #B87130

Text Example


Text Example

White with #B87130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87130; }

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

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

background-color css

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

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

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

border-color css

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

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

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