Html Css Color HEX #B47736 Meteor

📋 copy color: '#B47736'

red 180 ◦ green 119 ◦ blue 54

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

Shades of Meteor #B47736

Tints of Meteor #B47736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.3%

R = 50.99%
G = 33.71%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B47736 (or 0xB47736) is known color: Meteor. HEX triplet: B4, 77 and 36. RGB value is (180,119,54). Sum of RGB (Red+Green+Blue) = 180+119+54=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47736 is #4B88C9. Grayscale: #828282. Windows color (decimal): -4950218 or 3569588. OLE color: 3569588.

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

Color convert

RGB 180 119 54 -
CMYK 0 0.34 0.7 0.29
HSL 30.95º 0.54% 0.46% -
HSV(B) 30.95º 0.7% 0.71% -
XYZ 26.09 23.16 6.59 -
YUV 129.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 180 119 54 0 0.34 0.7 0.29 30.95 0.54 0.46
Hex B4 77 36 0 22 46 1D 1F 36 2E
Octal 264 167 66 0 42 106 35 37 66 56
Binary 10110100 1110111 110110 0 100010 1000110 11101 11111 110110 101110

Color Harmonies of #B47736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47736

Black with #B47736

Text Example


Text Example

White with #B47736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47736; }

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

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

background-color css

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

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

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

border-color css

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

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

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