Html Css Color HEX #B47735 Meteor

📋 copy color: '#B47735'

red 180 ◦ green 119 ◦ blue 53

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

Shades of Meteor #B47735

Tints of Meteor #B47735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.06%

R = 51.14%
G = 33.81%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47735 (or 0xB47735) is known color: Meteor. HEX triplet: B4, 77 and 35. RGB value is (180,119,53). Sum of RGB (Red+Green+Blue) = 180+119+53=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B47735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47735 is #4B88CA. Grayscale: #828282. Windows color (decimal): -4950219 or 3504052. OLE color: 3504052.

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

Color convert

RGB 180 119 53 -
CMYK 0 0.34 0.71 0.29
HSL 31.18º 0.55% 0.46% -
HSV(B) 31.18º 0.71% 0.71% -
XYZ 26.06 23.15 6.46 -
YUV 129.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 180 119 53 0 0.34 0.71 0.29 31.18 0.55 0.46
Hex B4 77 35 0 22 47 1D 1F 37 2E
Octal 264 167 65 0 42 107 35 37 67 56
Binary 10110100 1110111 110101 0 100010 1000111 11101 11111 110111 101110

Color Harmonies of #B47735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47735

Black with #B47735

Text Example


Text Example

White with #B47735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47735; }

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

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

background-color css

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

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

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

border-color css

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

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

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