Html Css Color HEX #B06350 Sante Fe

📋 copy color: '#B06350'

red 176 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #B06350

Tints of Sante Fe #B06350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 49.58%
G = 27.89%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B06350 (or 0xB06350) is known color: Sante Fe. HEX triplet: B0, 63 and 50. RGB value is (176,99,80). Sum of RGB (Red+Green+Blue) = 176+99+80=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06350 is #4F9CAF. Grayscale: #787878. Windows color (decimal): -5217456 or 5268400. OLE color: 5268400.

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

Color convert

RGB 176 99 80 -
CMYK 0 0.44 0.55 0.31
HSL 11.88º 0.38% 0.5% -
HSV(B) 11.88º 0.55% 0.69% -
XYZ 23.81 18.73 9.95 -
YUV 119.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 176 99 80 0 0.44 0.55 0.31 11.88 0.38 0.5
Hex B0 63 50 0 2C 37 1F C 26 32
Octal 260 143 120 0 54 67 37 14 46 62
Binary 10110000 1100011 1010000 0 101100 110111 11111 1100 100110 110010

Color Harmonies of #B06350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06350

Black with #B06350

Text Example


Text Example

White with #B06350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06350; }

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

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

background-color css

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

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

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

border-color css

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

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

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