Html Css Color HEX #B0775A Sante Fe

📋 copy color: '#B0775A'

red 176 ◦ green 119 ◦ blue 90

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

Shades of Sante Fe #B0775A

Tints of Sante Fe #B0775A

RGB

 RED value IS 176 (69.14% from 255) = 45.71%

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

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

R = 45.71%
G = 30.91%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0775A (or 0xB0775A) is known color: Sante Fe. HEX triplet: B0, 77 and 5A. RGB value is (176,119,90). Sum of RGB (Red+Green+Blue) = 176+119+90=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0775A is #4F88A5. Grayscale: #848484. Windows color (decimal): -5212326 or 5928880. OLE color: 5928880.

HSL color Cylindrical-coordinate representation of color #B0775A: hue angle of 20.23º degrees, saturation: 0.35, 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 #B0775A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 90 -
CMYK 0 0.32 0.49 0.31
HSL 20.23º 0.35% 0.52% -
HSV(B) 20.23º 0.49% 0.69% -
XYZ 26.35 23.16 12.75 -
YUV 132.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 176 119 90 0 0.32 0.49 0.31 20.23 0.35 0.52
Hex B0 77 5A 0 20 31 1F 14 23 34
Octal 260 167 132 0 40 61 37 24 43 64
Binary 10110000 1110111 1011010 0 100000 110001 11111 10100 100011 110100

Color Harmonies of #B0775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0775A

Black with #B0775A

Text Example


Text Example

White with #B0775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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