Html Css Color HEX #B77130 Meteor

📋 copy color: '#B77130'

red 183 ◦ green 113 ◦ blue 48

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

Shades of Meteor #B77130

Tints of Meteor #B77130

RGB

 RED value IS 183 (71.88% from 255) = 53.2%

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

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

R = 53.2%
G = 32.85%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B77130 (or 0xB77130) is known color: Meteor. HEX triplet: B7, 71 and 30. RGB value is (183,113,48). Sum of RGB (Red+Green+Blue) = 183+113+48=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B77130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77130 is #488ECF. Grayscale: #7E7E7E. Windows color (decimal): -4755152 or 3174839. OLE color: 3174839.

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

Color convert

RGB 183 113 48 -
CMYK 0 0.38 0.74 0.28
HSL 28.89º 0.58% 0.45% -
HSV(B) 28.89º 0.74% 0.72% -
XYZ 25.97 22.09 5.69 -
YUV 126.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 183 113 48 0 0.38 0.74 0.28 28.89 0.58 0.45
Hex B7 71 30 0 26 4A 1C 1D 3A 2D
Octal 267 161 60 0 46 112 34 35 72 55
Binary 10110111 1110001 110000 0 100110 1001010 11100 11101 111010 101101

Color Harmonies of #B77130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77130

Black with #B77130

Text Example


Text Example

White with #B77130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77130; }

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

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

background-color css

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

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

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

border-color css

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

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

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