Html Css Color HEX #B57530 Meteor

📋 copy color: '#B57530'

red 181 ◦ green 117 ◦ blue 48

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

Shades of Meteor #B57530

Tints of Meteor #B57530

RGB

 RED value IS 181 (71.09% from 255) = 52.31%

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

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

R = 52.31%
G = 33.82%
B = 13.87%

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

#B57530 (or 0xB57530) is known color: Meteor. HEX triplet: B5, 75 and 30. RGB value is (181,117,48). Sum of RGB (Red+Green+Blue) = 181+117+48=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B57530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57530 is #4A8ACF. Grayscale: #808080. Windows color (decimal): -4885200 or 3175861. OLE color: 3175861.

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

Color convert

RGB 181 117 48 -
CMYK 0 0.35 0.73 0.29
HSL 31.13º 0.58% 0.45% -
HSV(B) 31.13º 0.73% 0.71% -
XYZ 25.95 22.76 5.82 -
YUV 128.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 181 117 48 0 0.35 0.73 0.29 31.13 0.58 0.45
Hex B5 75 30 0 23 49 1D 1F 3A 2D
Octal 265 165 60 0 43 111 35 37 72 55
Binary 10110101 1110101 110000 0 100011 1001001 11101 11111 111010 101101

Color Harmonies of #B57530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57530

Black with #B57530

Text Example


Text Example

White with #B57530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57530; }

 p { color: rgb(181,117,48); }

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

background-color css

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

 a { background-color: rgb(181,117,48); }

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

border-color css

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

 span { border-color: rgb(181,117,48); }

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