Html Css Color HEX #B2674E Sante Fe

📋 copy color: '#B2674E'

red 178 ◦ green 103 ◦ blue 78

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

Shades of Sante Fe #B2674E

Tints of Sante Fe #B2674E

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2674E (or 0xB2674E) is known color: 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

RGB 178 103 78 -
CMYK 0 0.42 0.56 0.30
HSL 15º 0.39% 0.5% -
HSV(B) 15º 0.56% 0.7% -
XYZ 24.59 19.72 9.72 -
YUV 122.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 178 103 78 0 0.42 0.56 0.30 15 0.39 0.5
Hex B2 67 4E 0 2A 38 1E F 27 32
Octal 262 147 116 0 52 70 36 17 47 62
Binary 10110010 1100111 1001110 0 101010 111000 11110 1111 100111 110010

Color Harmonies of #B2674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2674E

Black with #B2674E

Text Example


Text Example

White with #B2674E

Text Example


Text Example

HTML Codes & Css Web 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>