Html Css Color HEX #B07550 Sante Fe

📋 copy color: '#B07550'

red 176 ◦ green 117 ◦ blue 80

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

Shades of Sante Fe #B07550

Tints of Sante Fe #B07550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 47.18%
G = 31.37%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B07550 (or 0xB07550) is known color: Sante Fe. HEX triplet: B0, 75 and 50. RGB value is (176,117,80). Sum of RGB (Red+Green+Blue) = 176+117+80=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07550 is #4F8AAF. Grayscale: #828282. Windows color (decimal): -5212848 or 5273008. OLE color: 5273008.

HSL color Cylindrical-coordinate representation of color #B07550: hue angle of 23.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07550 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 80 -
CMYK 0 0.34 0.55 0.31
HSL 23.13º 0.38% 0.5% -
HSV(B) 23.13º 0.55% 0.69% -
XYZ 25.71 22.53 10.58 -
YUV 130.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 176 117 80 0 0.34 0.55 0.31 23.13 0.38 0.5
Hex B0 75 50 0 22 37 1F 17 26 32
Octal 260 165 120 0 42 67 37 27 46 62
Binary 10110000 1110101 1010000 0 100010 110111 11111 10111 100110 110010

Color Harmonies of #B07550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07550

Black with #B07550

Text Example


Text Example

White with #B07550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07550; }

 p { color: rgb(176,117,80); }

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

background-color css

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

 a { background-color: rgb(176,117,80); }

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

border-color css

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

 span { border-color: rgb(176,117,80); }

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