Html Css Color HEX #B27655 Sante Fe

📋 copy color: '#B27655'

red 178 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #B27655

Tints of Sante Fe #B27655

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

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

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

R = 46.72%
G = 30.97%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B27655 (or 0xB27655) is known color: Sante Fe. HEX triplet: B2, 76 and 55. RGB value is (178,118,85). Sum of RGB (Red+Green+Blue) = 178+118+85=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27655 is #4D89AA. Grayscale: #848484. Windows color (decimal): -5081515 or 5600946. OLE color: 5600946.

HSL color Cylindrical-coordinate representation of color #B27655: hue angle of 21.29º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27655 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 85 -
CMYK 0 0.34 0.52 0.30
HSL 21.29º 0.38% 0.52% -
HSV(B) 21.29º 0.52% 0.7% -
XYZ 26.48 23.08 11.65 -
YUV 132.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 178 118 85 0 0.34 0.52 0.30 21.29 0.38 0.52
Hex B2 76 55 0 22 34 1E 15 26 34
Octal 262 166 125 0 42 64 36 25 46 64
Binary 10110010 1110110 1010101 0 100010 110100 11110 10101 100110 110100

Color Harmonies of #B27655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27655

Black with #B27655

Text Example


Text Example

White with #B27655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27655; }

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

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

background-color css

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

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

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

border-color css

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

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

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