Html Css Color HEX #B0705B Sante Fe

📋 copy color: '#B0705B'

red 176 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #B0705B

Tints of Sante Fe #B0705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 46.44%
G = 29.55%
B = 24.01%

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

#B0705B (or 0xB0705B) is known color: Sante Fe. HEX triplet: B0, 70 and 5B. RGB value is (176,112,91). Sum of RGB (Red+Green+Blue) = 176+112+91=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705B is #4F8FA4. Grayscale: #808080. Windows color (decimal): -5214117 or 5992624. OLE color: 5992624.

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

Color convert

RGB 176 112 91 -
CMYK 0 0.36 0.48 0.31
HSL 14.82º 0.35% 0.52% -
HSV(B) 14.82º 0.48% 0.69% -
XYZ 25.59 21.57 12.71 -
YUV 128.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 176 112 91 0 0.36 0.48 0.31 14.82 0.35 0.52
Hex B0 70 5B 0 24 30 1F F 23 34
Octal 260 160 133 0 44 60 37 17 43 64
Binary 10110000 1110000 1011011 0 100100 110000 11111 1111 100011 110100

Color Harmonies of #B0705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0705B

Black with #B0705B

Text Example


Text Example

White with #B0705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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