Html Css Color HEX #B6674C Sante Fe

📋 copy color: '#B6674C'

red 182 ◦ green 103 ◦ blue 76

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

Shades of Sante Fe #B6674C

Tints of Sante Fe #B6674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 50.42%
G = 28.53%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6674C (or 0xB6674C) is known color: Sante Fe. HEX triplet: B6, 67 and 4C. RGB value is (182,103,76). Sum of RGB (Red+Green+Blue) = 182+103+76=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6674C is #4998B3. Grayscale: #7B7B7B. Windows color (decimal): -4823220 or 5007286. OLE color: 5007286.

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

Color convert

RGB 182 103 76 -
CMYK 0 0.43 0.58 0.29
HSL 15.28º 0.42% 0.51% -
HSV(B) 15.28º 0.58% 0.71% -
XYZ 25.45 20.17 9.39 -
YUV 123.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 182 103 76 0 0.43 0.58 0.29 15.28 0.42 0.51
Hex B6 67 4C 0 2B 3A 1D F 2A 33
Octal 266 147 114 0 53 72 35 17 52 63
Binary 10110110 1100111 1001100 0 101011 111010 11101 1111 101010 110011

Color Harmonies of #B6674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6674C

Black with #B6674C

Text Example


Text Example

White with #B6674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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