Html Css Color HEX #B27055 Sante Fe

📋 copy color: '#B27055'

red 178 ◦ green 112 ◦ blue 85

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

Shades of Sante Fe #B27055

Tints of Sante Fe #B27055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 47.47%
G = 29.87%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B27055 (or 0xB27055) is known color: Sante Fe. HEX triplet: B2, 70 and 55. RGB value is (178,112,85). Sum of RGB (Red+Green+Blue) = 178+112+85=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27055 is #4D8FAA. Grayscale: #808080. Windows color (decimal): -5083051 or 5599410. OLE color: 5599410.

HSL color Cylindrical-coordinate representation of color #B27055: hue angle of 17.42º 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 #B27055 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 85 -
CMYK 0 0.37 0.52 0.30
HSL 17.42º 0.38% 0.52% -
HSV(B) 17.42º 0.52% 0.7% -
XYZ 25.79 21.71 11.43 -
YUV 128.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 178 112 85 0 0.37 0.52 0.30 17.42 0.38 0.52
Hex B2 70 55 0 25 34 1E 11 26 34
Octal 262 160 125 0 45 64 36 21 46 64
Binary 10110010 1110000 1010101 0 100101 110100 11110 10001 100110 110100

Color Harmonies of #B27055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27055

Black with #B27055

Text Example


Text Example

White with #B27055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27055; }

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

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

background-color css

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

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

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

border-color css

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

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

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