Html Css Color HEX #B9694D Sante Fe

📋 copy color: '#B9694D'

red 185 ◦ green 105 ◦ blue 77

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

Shades of Sante Fe #B9694D

Tints of Sante Fe #B9694D

RGB

 RED value IS 185 (72.66% from 255) = 50.41%

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 50.41%
G = 28.61%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9694D (or 0xB9694D) is known color: Sante Fe. HEX triplet: B9, 69 and 4D. RGB value is (185,105,77). Sum of RGB (Red+Green+Blue) = 185+105+77=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9694D is #4696B2. Grayscale: #7D7D7D. Windows color (decimal): -4626099 or 5073337. OLE color: 5073337.

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

Color convert

RGB 185 105 77 -
CMYK 0 0.43 0.58 0.27
HSL 15.56º 0.44% 0.51% -
HSV(B) 15.56º 0.58% 0.73% -
XYZ 26.4 20.95 9.67 -
YUV 125.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 185 105 77 0 0.43 0.58 0.27 15.56 0.44 0.51
Hex B9 69 4D 0 2B 3A 1B 10 2C 33
Octal 271 151 115 0 53 72 33 20 54 63
Binary 10111001 1101001 1001101 0 101011 111010 11011 10000 101100 110011

Color Harmonies of #B9694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9694D

Black with #B9694D

Text Example


Text Example

White with #B9694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9694D; }

 p { color: rgb(185,105,77); }

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

background-color css

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

 a { background-color: rgb(185,105,77); }

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

border-color css

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

 span { border-color: rgb(185,105,77); }

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