Html Css Color HEX #B06F59 Sante Fe

📋 copy color: '#B06F59'

red 176 ◦ green 111 ◦ blue 89

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

Shades of Sante Fe #B06F59

Tints of Sante Fe #B06F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 46.81%
G = 29.52%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B06F59 (or 0xB06F59) is known color: Sante Fe. HEX triplet: B0, 6F and 59. RGB value is (176,111,89). Sum of RGB (Red+Green+Blue) = 176+111+89=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F59 is #4F90A6. Grayscale: #808080. Windows color (decimal): -5214375 or 5861296. OLE color: 5861296.

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

Color convert

RGB 176 111 89 -
CMYK 0 0.37 0.49 0.31
HSL 15.17º 0.36% 0.52% -
HSV(B) 15.17º 0.49% 0.69% -
XYZ 25.39 21.32 12.23 -
YUV 127.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 176 111 89 0 0.37 0.49 0.31 15.17 0.36 0.52
Hex B0 6F 59 0 25 31 1F F 24 34
Octal 260 157 131 0 45 61 37 17 44 64
Binary 10110000 1101111 1011001 0 100101 110001 11111 1111 100100 110100

Color Harmonies of #B06F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F59

Black with #B06F59

Text Example


Text Example

White with #B06F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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