Html Css Color HEX #B5773A Meteor

📋 copy color: '#B5773A'

red 181 ◦ green 119 ◦ blue 58

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

Shades of Meteor #B5773A

Tints of Meteor #B5773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 50.56%
G = 33.24%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5773A (or 0xB5773A) is known color: Meteor. HEX triplet: B5, 77 and 3A. RGB value is (181,119,58). Sum of RGB (Red+Green+Blue) = 181+119+58=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5773A is #4A88C5. Grayscale: #828282. Windows color (decimal): -4884678 or 3831733. OLE color: 3831733.

HSL color Cylindrical-coordinate representation of color #B5773A: hue angle of 29.76º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5773A is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 58 -
CMYK 0 0.34 0.68 0.29
HSL 29.76º 0.51% 0.47% -
HSV(B) 29.76º 0.68% 0.71% -
XYZ 26.42 23.32 7.11 -
YUV 130.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 181 119 58 0 0.34 0.68 0.29 29.76 0.51 0.47
Hex B5 77 3A 0 22 44 1D 1E 33 2F
Octal 265 167 72 0 42 104 35 36 63 57
Binary 10110101 1110111 111010 0 100010 1000100 11101 11110 110011 101111

Color Harmonies of #B5773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5773A

Black with #B5773A

Text Example


Text Example

White with #B5773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5773A; }

 p { color: rgb(181,119,58); }

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

background-color css

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

 a { background-color: rgb(181,119,58); }

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

border-color css

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

 span { border-color: rgb(181,119,58); }

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