Html Css Color HEX #B47431 Meteor

📋 copy color: '#B47431'

red 180 ◦ green 116 ◦ blue 49

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

Shades of Meteor #B47431

Tints of Meteor #B47431

RGB

 RED value IS 180 (70.7% from 255) = 52.17%

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 52.17%
G = 33.62%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47431 (or 0xB47431) is known color: Meteor. HEX triplet: B4, 74 and 31. RGB value is (180,116,49). Sum of RGB (Red+Green+Blue) = 180+116+49=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B47431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47431 is #4B8BCE. Grayscale: #7F7F7F. Windows color (decimal): -4950991 or 3241140. OLE color: 3241140.

HSL color Cylindrical-coordinate representation of color #B47431: hue angle of 30.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B47431 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 49 -
CMYK 0 0.36 0.73 0.29
HSL 30.69º 0.57% 0.45% -
HSV(B) 30.69º 0.73% 0.71% -
XYZ 25.62 22.42 5.88 -
YUV 127.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 180 116 49 0 0.36 0.73 0.29 30.69 0.57 0.45
Hex B4 74 31 0 24 49 1D 1F 39 2D
Octal 264 164 61 0 44 111 35 37 71 55
Binary 10110100 1110100 110001 0 100100 1001001 11101 11111 111001 101101

Color Harmonies of #B47431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47431

Black with #B47431

Text Example


Text Example

White with #B47431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47431; }

 p { color: rgb(180,116,49); }

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

background-color css

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

 a { background-color: rgb(180,116,49); }

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

border-color css

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

 span { border-color: rgb(180,116,49); }

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