Html Css Color HEX #B06759 Sante Fe

📋 copy color: '#B06759'

red 176 ◦ green 103 ◦ blue 89

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

Shades of Sante Fe #B06759

Tints of Sante Fe #B06759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 47.83%
G = 27.99%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B06759 (or 0xB06759) is known color: Sante Fe. HEX triplet: B0, 67 and 59. RGB value is (176,103,89). Sum of RGB (Red+Green+Blue) = 176+103+89=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06759 is #4F98A6. Grayscale: #7B7B7B. Windows color (decimal): -5216423 or 5859248. OLE color: 5859248.

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

Color convert

RGB 176 103 89 -
CMYK 0 0.41 0.49 0.31
HSL 9.66º 0.36% 0.52% -
HSV(B) 9.66º 0.49% 0.69% -
XYZ 24.56 19.65 11.95 -
YUV 123.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 176 103 89 0 0.41 0.49 0.31 9.66 0.36 0.52
Hex B0 67 59 0 29 31 1F A 24 34
Octal 260 147 131 0 51 61 37 12 44 64
Binary 10110000 1100111 1011001 0 101001 110001 11111 1010 100100 110100

Color Harmonies of #B06759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06759

Black with #B06759

Text Example


Text Example

White with #B06759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06759; }

 p { color: rgb(176,103,89); }

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

background-color css

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

 a { background-color: rgb(176,103,89); }

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

border-color css

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

 span { border-color: rgb(176,103,89); }

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