#B2674E

Color #B2674E Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B2674E

Tints of Sante Fe #B2674E

Color information

#B2674E (or 0xB2674E) is unknown color: approx Sante Fe. HEX triplet: B2, 67 and 4E. RGB value is (178,103,78). Sum of RGB (Red+Green+Blue) = 178+103+78=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2674E is #4D98B1. Grayscale: #7A7A7A. Windows color (decimal): -5085362 or 5138354. OLE color: 5138354.

HSL color Cylindrical-coordinate representation of color #B2674E: hue angle of 15º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2674E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17810378-
CMYK00.420.560.30
HSL15º39.37%50.2%-
HSV(B)15º56.18%69.8%-
XYZ24.5919.729.72-
YUV122.57102.85167.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=49.58%
G=28.69%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781037800.420.560.301539.3750.2
HexB2674E02A381Ef2732
Octal2621471160527036174762
Binary10110010110011110011100101010111000111101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2674E; }

 p { color: rgb(178,103,78); }

 H1.HeaderClassName
 {
   color: #B2674E;
 }
 .AnyTagClassName
 {
   color: #B2674E;
 }
</style>
background-color css

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

 a { background-color: rgb(178,103,78); }

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

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

 span { border-color: rgb(178,103,78); }

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