Html Css Color HEX #B9715A Sante Fe

📋 copy color: '#B9715A'

red 185 ◦ green 113 ◦ blue 90

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

Shades of Sante Fe #B9715A

Tints of Sante Fe #B9715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 47.68%
G = 29.12%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9715A (or 0xB9715A) is known color: Sante Fe. HEX triplet: B9, 71 and 5A. RGB value is (185,113,90). Sum of RGB (Red+Green+Blue) = 185+113+90=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9715A is #468EA5. Grayscale: #848484. Windows color (decimal): -4624038 or 5927353. OLE color: 5927353.

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

Color convert

RGB 185 113 90 -
CMYK 0 0.39 0.51 0.27
HSL 14.53º 0.4% 0.54% -
HSV(B) 14.53º 0.51% 0.73% -
XYZ 27.76 22.86 12.62 -
YUV 131.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 185 113 90 0 0.39 0.51 0.27 14.53 0.4 0.54
Hex B9 71 5A 0 27 33 1B F 28 36
Octal 271 161 132 0 47 63 33 17 50 66
Binary 10111001 1110001 1011010 0 100111 110011 11011 1111 101000 110110

Color Harmonies of #B9715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9715A

Black with #B9715A

Text Example


Text Example

White with #B9715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9715A; }

 p { color: rgb(185,113,90); }

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

background-color css

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

 a { background-color: rgb(185,113,90); }

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

border-color css

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

 span { border-color: rgb(185,113,90); }

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