Html Css Color HEX #B06555 Sante Fe

📋 copy color: '#B06555'

red 176 ◦ green 101 ◦ blue 85

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

Shades of Sante Fe #B06555

Tints of Sante Fe #B06555

RGB

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

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

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

R = 48.62%
G = 27.9%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B06555 (or 0xB06555) is known color: Sante Fe. HEX triplet: B0, 65 and 55. RGB value is (176,101,85). Sum of RGB (Red+Green+Blue) = 176+101+85=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B06555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06555 is #4F9AAA. Grayscale: #797979. Windows color (decimal): -5216939 or 5596592. OLE color: 5596592.

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

Color convert

RGB 176 101 85 -
CMYK 0 0.43 0.52 0.31
HSL 10.55º 0.37% 0.51% -
HSV(B) 10.55º 0.52% 0.69% -
XYZ 24.2 19.19 11.02 -
YUV 121.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 176 101 85 0 0.43 0.52 0.31 10.55 0.37 0.51
Hex B0 65 55 0 2B 34 1F B 25 33
Octal 260 145 125 0 53 64 37 13 45 63
Binary 10110000 1100101 1010101 0 101011 110100 11111 1011 100101 110011

Color Harmonies of #B06555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06555

Black with #B06555

Text Example


Text Example

White with #B06555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06555; }

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

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

background-color css

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

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

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

border-color css

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

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

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