Html Css Color HEX #B06558 Sante Fe

📋 copy color: '#B06558'

red 176 ◦ green 101 ◦ blue 88

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

Shades of Sante Fe #B06558

Tints of Sante Fe #B06558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 48.22%
G = 27.67%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B06558 (or 0xB06558) is known color: Sante Fe. HEX triplet: B0, 65 and 58. RGB value is (176,101,88). Sum of RGB (Red+Green+Blue) = 176+101+88=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06558 is #4F9AA7. Grayscale: #7A7A7A. Windows color (decimal): -5216936 or 5793200. OLE color: 5793200.

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

Color convert

RGB 176 101 88 -
CMYK 0 0.43 0.50 0.31
HSL 8.86º 0.36% 0.52% -
HSV(B) 8.86º 0.5% 0.69% -
XYZ 24.32 19.24 11.66 -
YUV 121.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 176 101 88 0 0.43 0.50 0.31 8.86 0.36 0.52
Hex B0 65 58 0 2B 32 1F 9 24 34
Octal 260 145 130 0 53 62 37 11 44 64
Binary 10110000 1100101 1011000 0 101011 110010 11111 1001 100100 110100

Color Harmonies of #B06558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06558

Black with #B06558

Text Example


Text Example

White with #B06558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06558; }

 p { color: rgb(176,101,88); }

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

background-color css

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

 a { background-color: rgb(176,101,88); }

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

border-color css

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

 span { border-color: rgb(176,101,88); }

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