Html Css Color HEX #B77231 Meteor

📋 copy color: '#B77231'

red 183 ◦ green 114 ◦ blue 49

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

Shades of Meteor #B77231

Tints of Meteor #B77231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 52.89%
G = 32.95%
B = 14.16%

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

#B77231 (or 0xB77231) is known color: Meteor. HEX triplet: B7, 72 and 31. RGB value is (183,114,49). Sum of RGB (Red+Green+Blue) = 183+114+49=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B77231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77231 is #488DCE. Grayscale: #7F7F7F. Windows color (decimal): -4754895 or 3240631. OLE color: 3240631.

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

Color convert

RGB 183 114 49 -
CMYK 0 0.38 0.73 0.28
HSL 29.1º 0.58% 0.45% -
HSV(B) 29.1º 0.73% 0.72% -
XYZ 26.1 22.32 5.84 -
YUV 127.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 183 114 49 0 0.38 0.73 0.28 29.1 0.58 0.45
Hex B7 72 31 0 26 49 1C 1D 3A 2D
Octal 267 162 61 0 46 111 34 35 72 55
Binary 10110111 1110010 110001 0 100110 1001001 11100 11101 111010 101101

Color Harmonies of #B77231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77231

Black with #B77231

Text Example


Text Example

White with #B77231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77231; }

 p { color: rgb(183,114,49); }

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

background-color css

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

 a { background-color: rgb(183,114,49); }

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

border-color css

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

 span { border-color: rgb(183,114,49); }

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