Html Css Color HEX #B9735A Sante Fe

📋 copy color: '#B9735A'

red 185 ◦ green 115 ◦ blue 90

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

Shades of Sante Fe #B9735A

Tints of Sante Fe #B9735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 47.44%
G = 29.49%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9735A (or 0xB9735A) is known color: Sante Fe. HEX triplet: B9, 73 and 5A. RGB value is (185,115,90). Sum of RGB (Red+Green+Blue) = 185+115+90=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9735A is #468CA5. Grayscale: #858585. Windows color (decimal): -4623526 or 5927865. OLE color: 5927865.

HSL color Cylindrical-coordinate representation of color #B9735A: hue angle of 15.79º 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 #B9735A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 90 -
CMYK 0 0.38 0.51 0.27
HSL 15.79º 0.4% 0.54% -
HSV(B) 15.79º 0.51% 0.73% -
XYZ 27.98 23.31 12.7 -
YUV 133.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 185 115 90 0 0.38 0.51 0.27 15.79 0.4 0.54
Hex B9 73 5A 0 26 33 1B 10 28 36
Octal 271 163 132 0 46 63 33 20 50 66
Binary 10111001 1110011 1011010 0 100110 110011 11011 10000 101000 110110

Color Harmonies of #B9735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9735A

Black with #B9735A

Text Example


Text Example

White with #B9735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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