Html Css Color HEX #B47531 Meteor

📋 copy color: '#B47531'

red 180 ◦ green 117 ◦ blue 49

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

Shades of Meteor #B47531

Tints of Meteor #B47531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 52.02%
G = 33.82%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47531 (or 0xB47531) is known color: Meteor. HEX triplet: B4, 75 and 31. RGB value is (180,117,49). Sum of RGB (Red+Green+Blue) = 180+117+49=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B47531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47531 is #4B8ACE. Grayscale: #808080. Windows color (decimal): -4950735 or 3241396. OLE color: 3241396.

HSL color Cylindrical-coordinate representation of color #B47531: hue angle of 31.15º 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 #B47531 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 49 -
CMYK 0 0.35 0.73 0.29
HSL 31.15º 0.57% 0.45% -
HSV(B) 31.15º 0.73% 0.71% -
XYZ 25.74 22.65 5.92 -
YUV 128.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 180 117 49 0 0.35 0.73 0.29 31.15 0.57 0.45
Hex B4 75 31 0 23 49 1D 1F 39 2D
Octal 264 165 61 0 43 111 35 37 71 55
Binary 10110100 1110101 110001 0 100011 1001001 11101 11111 111001 101101

Color Harmonies of #B47531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47531

Black with #B47531

Text Example


Text Example

White with #B47531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47531; }

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

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

background-color css

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

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

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

border-color css

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

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

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