Html Css Color HEX #B47350 Sante Fe

📋 copy color: '#B47350'

red 180 ◦ green 115 ◦ blue 80

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

Shades of Sante Fe #B47350

Tints of Sante Fe #B47350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 48%
G = 30.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B47350 (or 0xB47350) is known color: Sante Fe. HEX triplet: B4, 73 and 50. RGB value is (180,115,80). Sum of RGB (Red+Green+Blue) = 180+115+80=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47350 is #4B8CAF. Grayscale: #828282. Windows color (decimal): -4951216 or 5272500. OLE color: 5272500.

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

Color convert

RGB 180 115 80 -
CMYK 0 0.36 0.56 0.29
HSL 21º 0.4% 0.51% -
HSV(B) 21º 0.56% 0.71% -
XYZ 26.4 22.54 10.55 -
YUV 130.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 180 115 80 0 0.36 0.56 0.29 21 0.4 0.51
Hex B4 73 50 0 24 38 1D 15 28 33
Octal 264 163 120 0 44 70 35 25 50 63
Binary 10110100 1110011 1010000 0 100100 111000 11101 10101 101000 110011

Color Harmonies of #B47350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47350

Black with #B47350

Text Example


Text Example

White with #B47350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47350; }

 p { color: rgb(180,115,80); }

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

background-color css

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

 a { background-color: rgb(180,115,80); }

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

border-color css

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

 span { border-color: rgb(180,115,80); }

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