Html Css Color HEX #B47655 Sante Fe

📋 copy color: '#B47655'

red 180 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #B47655

Tints of Sante Fe #B47655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 47%
G = 30.81%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B47655 (or 0xB47655) is known color: Sante Fe. HEX triplet: B4, 76 and 55. RGB value is (180,118,85). Sum of RGB (Red+Green+Blue) = 180+118+85=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47655 is #4B89AA. Grayscale: #848484. Windows color (decimal): -4950443 or 5600948. OLE color: 5600948.

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

Color convert

RGB 180 118 85 -
CMYK 0 0.34 0.53 0.29
HSL 20.84º 0.39% 0.52% -
HSV(B) 20.84º 0.53% 0.71% -
XYZ 26.94 23.32 11.67 -
YUV 132.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 180 118 85 0 0.34 0.53 0.29 20.84 0.39 0.52
Hex B4 76 55 0 22 35 1D 15 27 34
Octal 264 166 125 0 42 65 35 25 47 64
Binary 10110100 1110110 1010101 0 100010 110101 11101 10101 100111 110100

Color Harmonies of #B47655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47655

Black with #B47655

Text Example


Text Example

White with #B47655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47655; }

 p { color: rgb(180,118,85); }

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

background-color css

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

 a { background-color: rgb(180,118,85); }

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

border-color css

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

 span { border-color: rgb(180,118,85); }

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