Html Css Color HEX #B5722D Meteor

📋 copy color: '#B5722D'

red 181 ◦ green 114 ◦ blue 45

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

Shades of Meteor #B5722D

Tints of Meteor #B5722D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 53.24%
G = 33.53%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5722D (or 0xB5722D) is known color: Meteor. HEX triplet: B5, 72 and 2D. RGB value is (181,114,45). Sum of RGB (Red+Green+Blue) = 181+114+45=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5722D is #4A8DD2. Grayscale: #7E7E7E. Windows color (decimal): -4885971 or 2978485. OLE color: 2978485.

HSL color Cylindrical-coordinate representation of color #B5722D: hue angle of 30.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5722D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 45 -
CMYK 0 0.37 0.75 0.29
HSL 30.44º 0.6% 0.44% -
HSV(B) 30.44º 0.75% 0.71% -
XYZ 25.55 22.05 5.39 -
YUV 126.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 181 114 45 0 0.37 0.75 0.29 30.44 0.6 0.44
Hex B5 72 2D 0 25 4B 1D 1E 3C 2C
Octal 265 162 55 0 45 113 35 36 74 54
Binary 10110101 1110010 101101 0 100101 1001011 11101 11110 111100 101100

Color Harmonies of #B5722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5722D

Black with #B5722D

Text Example


Text Example

White with #B5722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5722D; }

 p { color: rgb(181,114,45); }

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

background-color css

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

 a { background-color: rgb(181,114,45); }

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

border-color css

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

 span { border-color: rgb(181,114,45); }

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