Html Css Color HEX #B4773A Meteor

📋 copy color: '#B4773A'

red 180 ◦ green 119 ◦ blue 58

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

Shades of Meteor #B4773A

Tints of Meteor #B4773A

RGB

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

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

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

R = 50.42%
G = 33.33%
B = 16.25%

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

#B4773A (or 0xB4773A) is known color: Meteor. HEX triplet: B4, 77 and 3A. RGB value is (180,119,58). Sum of RGB (Red+Green+Blue) = 180+119+58=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4773A is #4B88C5. Grayscale: #828282. Windows color (decimal): -4950214 or 3831732. OLE color: 3831732.

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

Color convert

RGB 180 119 58 -
CMYK 0 0.34 0.68 0.29
HSL 30º 0.51% 0.47% -
HSV(B) 30º 0.68% 0.71% -
XYZ 26.18 23.2 7.1 -
YUV 130.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 180 119 58 0 0.34 0.68 0.29 30 0.51 0.47
Hex B4 77 3A 0 22 44 1D 1E 33 2F
Octal 264 167 72 0 42 104 35 36 63 57
Binary 10110100 1110111 111010 0 100010 1000100 11101 11110 110011 101111

Color Harmonies of #B4773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4773A

Black with #B4773A

Text Example


Text Example

White with #B4773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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