Html Css Color HEX #B0705C Sante Fe

📋 copy color: '#B0705C'

red 176 ◦ green 112 ◦ blue 92

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

Shades of Sante Fe #B0705C

Tints of Sante Fe #B0705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 46.32%
G = 29.47%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0705C (or 0xB0705C) is known color: Sante Fe. HEX triplet: B0, 70 and 5C. RGB value is (176,112,92). Sum of RGB (Red+Green+Blue) = 176+112+92=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705C is #4F8FA3. Grayscale: #818181. Windows color (decimal): -5214116 or 6058160. OLE color: 6058160.

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

Color convert

RGB 176 112 92 -
CMYK 0 0.36 0.48 0.31
HSL 14.29º 0.35% 0.53% -
HSV(B) 14.29º 0.48% 0.69% -
XYZ 25.63 21.59 12.94 -
YUV 128.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 176 112 92 0 0.36 0.48 0.31 14.29 0.35 0.53
Hex B0 70 5C 0 24 30 1F E 23 35
Octal 260 160 134 0 44 60 37 16 43 65
Binary 10110000 1110000 1011100 0 100100 110000 11111 1110 100011 110101

Color Harmonies of #B0705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0705C

Black with #B0705C

Text Example


Text Example

White with #B0705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0705C; }

 p { color: rgb(176,112,92); }

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

background-color css

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

 a { background-color: rgb(176,112,92); }

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

border-color css

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

 span { border-color: rgb(176,112,92); }

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