Html Css Color HEX #B6684C Sante Fe

📋 copy color: '#B6684C'

red 182 ◦ green 104 ◦ blue 76

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

Shades of Sante Fe #B6684C

Tints of Sante Fe #B6684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 50.28%
G = 28.73%
B = 20.99%

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

#B6684C (or 0xB6684C) is known color: Sante Fe. HEX triplet: B6, 68 and 4C. RGB value is (182,104,76). Sum of RGB (Red+Green+Blue) = 182+104+76=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6684C is #4997B3. Grayscale: #7C7C7C. Windows color (decimal): -4822964 or 5007542. OLE color: 5007542.

HSL color Cylindrical-coordinate representation of color #B6684C: hue angle of 15.85º 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 #B6684C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 104 76 -
CMYK 0 0.43 0.58 0.29
HSL 15.85º 0.42% 0.51% -
HSV(B) 15.85º 0.58% 0.71% -
XYZ 25.55 20.37 9.42 -
YUV 124.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 182 104 76 0 0.43 0.58 0.29 15.85 0.42 0.51
Hex B6 68 4C 0 2B 3A 1D 10 2A 33
Octal 266 150 114 0 53 72 35 20 52 63
Binary 10110110 1101000 1001100 0 101011 111010 11101 10000 101010 110011

Color Harmonies of #B6684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6684C

Black with #B6684C

Text Example


Text Example

White with #B6684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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