Html Css Color HEX #B0715A Sante Fe

📋 copy color: '#B0715A'

red 176 ◦ green 113 ◦ blue 90

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

Shades of Sante Fe #B0715A

Tints of Sante Fe #B0715A

RGB

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

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

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

R = 46.44%
G = 29.82%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0715A (or 0xB0715A) is known color: Sante Fe. HEX triplet: B0, 71 and 5A. RGB value is (176,113,90). Sum of RGB (Red+Green+Blue) = 176+113+90=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0715A is #4F8EA5. Grayscale: #818181. Windows color (decimal): -5213862 or 5927344. OLE color: 5927344.

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

Color convert

RGB 176 113 90 -
CMYK 0 0.36 0.49 0.31
HSL 16.05º 0.35% 0.52% -
HSV(B) 16.05º 0.49% 0.69% -
XYZ 25.66 21.78 12.52 -
YUV 129.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 176 113 90 0 0.36 0.49 0.31 16.05 0.35 0.52
Hex B0 71 5A 0 24 31 1F 10 23 34
Octal 260 161 132 0 44 61 37 20 43 64
Binary 10110000 1110001 1011010 0 100100 110001 11111 10000 100011 110100

Color Harmonies of #B0715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0715A

Black with #B0715A

Text Example


Text Example

White with #B0715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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