Html Css Color HEX #B7694C Sante Fe

📋 copy color: '#B7694C'

red 183 ◦ green 105 ◦ blue 76

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

Shades of Sante Fe #B7694C

Tints of Sante Fe #B7694C

RGB

 RED value IS 183 (71.88% from 255) = 50.27%

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 50.27%
G = 28.85%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7694C (or 0xB7694C) is known color: Sante Fe. HEX triplet: B7, 69 and 4C. RGB value is (183,105,76). Sum of RGB (Red+Green+Blue) = 183+105+76=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7694C is #4896B3. Grayscale: #7D7D7D. Windows color (decimal): -4757172 or 5007799. OLE color: 5007799.

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

Color convert

RGB 183 105 76 -
CMYK 0 0.43 0.58 0.28
HSL 16.26º 0.43% 0.51% -
HSV(B) 16.26º 0.58% 0.72% -
XYZ 25.88 20.69 9.47 -
YUV 125.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 183 105 76 0 0.43 0.58 0.28 16.26 0.43 0.51
Hex B7 69 4C 0 2B 3A 1C 10 2B 33
Octal 267 151 114 0 53 72 34 20 53 63
Binary 10110111 1101001 1001100 0 101011 111010 11100 10000 101011 110011

Color Harmonies of #B7694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7694C

Black with #B7694C

Text Example


Text Example

White with #B7694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7694C; }

 p { color: rgb(183,105,76); }

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

background-color css

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

 a { background-color: rgb(183,105,76); }

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

border-color css

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

 span { border-color: rgb(183,105,76); }

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