Html Css Color HEX #B06255 Sante Fe

📋 copy color: '#B06255'

red 176 ◦ green 98 ◦ blue 85

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

Shades of Sante Fe #B06255

Tints of Sante Fe #B06255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 49.03%
G = 27.3%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B06255 (or 0xB06255) is known color: Sante Fe. HEX triplet: B0, 62 and 55. RGB value is (176,98,85). Sum of RGB (Red+Green+Blue) = 176+98+85=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06255 is #4F9DAA. Grayscale: #777777. Windows color (decimal): -5217707 or 5595824. OLE color: 5595824.

HSL color Cylindrical-coordinate representation of color #B06255: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06255 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 85 -
CMYK 0 0.44 0.52 0.31
HSL 8.57º 0.37% 0.51% -
HSV(B) 8.57º 0.52% 0.69% -
XYZ 23.91 18.62 10.93 -
YUV 119.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 176 98 85 0 0.44 0.52 0.31 8.57 0.37 0.51
Hex B0 62 55 0 2C 34 1F 9 25 33
Octal 260 142 125 0 54 64 37 11 45 63
Binary 10110000 1100010 1010101 0 101100 110100 11111 1001 100101 110011

Color Harmonies of #B06255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06255

Black with #B06255

Text Example


Text Example

White with #B06255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06255; }

 p { color: rgb(176,98,85); }

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

background-color css

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

 a { background-color: rgb(176,98,85); }

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

border-color css

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

 span { border-color: rgb(176,98,85); }

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