Html Css Color HEX #B46655 Sante Fe

📋 copy color: '#B46655'

red 180 ◦ green 102 ◦ blue 85

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

Shades of Sante Fe #B46655

Tints of Sante Fe #B46655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 49.05%
G = 27.79%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B46655 (or 0xB46655) is known color: Sante Fe. HEX triplet: B4, 66 and 55. RGB value is (180,102,85). Sum of RGB (Red+Green+Blue) = 180+102+85=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B46655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46655 is #4B99AA. Grayscale: #7B7B7B. Windows color (decimal): -4954539 or 5596852. OLE color: 5596852.

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

Color convert

RGB 180 102 85 -
CMYK 0 0.43 0.53 0.29
HSL 10.74º 0.39% 0.52% -
HSV(B) 10.74º 0.53% 0.71% -
XYZ 25.21 19.86 11.1 -
YUV 123.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 180 102 85 0 0.43 0.53 0.29 10.74 0.39 0.52
Hex B4 66 55 0 2B 35 1D B 27 34
Octal 264 146 125 0 53 65 35 13 47 64
Binary 10110100 1100110 1010101 0 101011 110101 11101 1011 100111 110100

Color Harmonies of #B46655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46655

Black with #B46655

Text Example


Text Example

White with #B46655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46655; }

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

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

background-color css

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

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

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

border-color css

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

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

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