Html Css Color HEX #B1775A Sante Fe

📋 copy color: '#B1775A'

red 177 ◦ green 119 ◦ blue 90

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

Shades of Sante Fe #B1775A

Tints of Sante Fe #B1775A

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

 GREEN value IS 119 (46.88% from 255) = 30.83%

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

R = 45.85%
G = 30.83%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1775A (or 0xB1775A) is known color: Sante Fe. HEX triplet: B1, 77 and 5A. RGB value is (177,119,90). Sum of RGB (Red+Green+Blue) = 177+119+90=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1775A is #4E88A5. Grayscale: #858585. Windows color (decimal): -5146790 or 5928881. OLE color: 5928881.

HSL color Cylindrical-coordinate representation of color #B1775A: hue angle of 20º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1775A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 90 -
CMYK 0 0.33 0.49 0.31
HSL 20º 0.36% 0.52% -
HSV(B) 20º 0.49% 0.69% -
XYZ 26.57 23.28 12.77 -
YUV 133.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 177 119 90 0 0.33 0.49 0.31 20 0.36 0.52
Hex B1 77 5A 0 21 31 1F 14 24 34
Octal 261 167 132 0 41 61 37 24 44 64
Binary 10110001 1110111 1011010 0 100001 110001 11111 10100 100100 110100

Color Harmonies of #B1775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1775A

Black with #B1775A

Text Example


Text Example

White with #B1775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1775A; }

 p { color: rgb(177,119,90); }

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

background-color css

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

 a { background-color: rgb(177,119,90); }

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

border-color css

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

 span { border-color: rgb(177,119,90); }

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