Html Css Color HEX #B9755A Sante Fe

📋 copy color: '#B9755A'

red 185 ◦ green 117 ◦ blue 90

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

Shades of Sante Fe #B9755A

Tints of Sante Fe #B9755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 47.19%
G = 29.85%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9755A (or 0xB9755A) is known color: Sante Fe. HEX triplet: B9, 75 and 5A. RGB value is (185,117,90). Sum of RGB (Red+Green+Blue) = 185+117+90=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9755A is #468AA5. Grayscale: #868686. Windows color (decimal): -4623014 or 5928377. OLE color: 5928377.

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

Color convert

RGB 185 117 90 -
CMYK 0 0.37 0.51 0.27
HSL 17.05º 0.4% 0.54% -
HSV(B) 17.05º 0.51% 0.73% -
XYZ 28.21 23.78 12.77 -
YUV 134.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 185 117 90 0 0.37 0.51 0.27 17.05 0.4 0.54
Hex B9 75 5A 0 25 33 1B 11 28 36
Octal 271 165 132 0 45 63 33 21 50 66
Binary 10111001 1110101 1011010 0 100101 110011 11011 10001 101000 110110

Color Harmonies of #B9755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9755A

Black with #B9755A

Text Example


Text Example

White with #B9755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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