Html Css Color HEX #B6674E Sante Fe

📋 copy color: '#B6674E'

red 182 ◦ green 103 ◦ blue 78

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

Shades of Sante Fe #B6674E

Tints of Sante Fe #B6674E

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 50.14%
G = 28.37%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6674E (or 0xB6674E) is known color: Sante Fe. HEX triplet: B6, 67 and 4E. RGB value is (182,103,78). Sum of RGB (Red+Green+Blue) = 182+103+78=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6674E is #4998B1. Grayscale: #7B7B7B. Windows color (decimal): -4823218 or 5138358. OLE color: 5138358.

HSL color Cylindrical-coordinate representation of color #B6674E: hue angle of 14.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6674E is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 103 78 -
CMYK 0 0.43 0.57 0.29
HSL 14.42º 0.42% 0.51% -
HSV(B) 14.42º 0.57% 0.71% -
XYZ 25.52 20.2 9.76 -
YUV 123.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 182 103 78 0 0.43 0.57 0.29 14.42 0.42 0.51
Hex B6 67 4E 0 2B 39 1D E 2A 33
Octal 266 147 116 0 53 71 35 16 52 63
Binary 10110110 1100111 1001110 0 101011 111001 11101 1110 101010 110011

Color Harmonies of #B6674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6674E

Black with #B6674E

Text Example


Text Example

White with #B6674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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