Html Css Color HEX #B87030 Meteor

📋 copy color: '#B87030'

red 184 ◦ green 112 ◦ blue 48

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

Shades of Meteor #B87030

Tints of Meteor #B87030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 53.49%
G = 32.56%
B = 13.95%

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

#B87030 (or 0xB87030) is known color: Meteor. HEX triplet: B8, 70 and 30. RGB value is (184,112,48). Sum of RGB (Red+Green+Blue) = 184+112+48=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B87030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87030 is #478FCF. Grayscale: #7E7E7E. Windows color (decimal): -4689872 or 3174584. OLE color: 3174584.

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

Color convert

RGB 184 112 48 -
CMYK 0 0.39 0.74 0.28
HSL 28.24º 0.59% 0.45% -
HSV(B) 28.24º 0.74% 0.72% -
XYZ 26.09 21.99 5.67 -
YUV 126.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 184 112 48 0 0.39 0.74 0.28 28.24 0.59 0.45
Hex B8 70 30 0 27 4A 1C 1C 3B 2D
Octal 270 160 60 0 47 112 34 34 73 55
Binary 10111000 1110000 110000 0 100111 1001010 11100 11100 111011 101101

Color Harmonies of #B87030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87030

Black with #B87030

Text Example


Text Example

White with #B87030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87030; }

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

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

background-color css

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

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

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

border-color css

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

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

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