Html Css Color HEX #B06955 Sante Fe

📋 copy color: '#B06955'

red 176 ◦ green 105 ◦ blue 85

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

Shades of Sante Fe #B06955

Tints of Sante Fe #B06955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 48.09%
G = 28.69%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B06955 (or 0xB06955) is known color: Sante Fe. HEX triplet: B0, 69 and 55. RGB value is (176,105,85). Sum of RGB (Red+Green+Blue) = 176+105+85=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B06955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06955 is #4F96AA. Grayscale: #7C7C7C. Windows color (decimal): -5215915 or 5597616. OLE color: 5597616.

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

Color convert

RGB 176 105 85 -
CMYK 0 0.40 0.52 0.31
HSL 13.19º 0.37% 0.51% -
HSV(B) 13.19º 0.52% 0.69% -
XYZ 24.6 19.99 11.16 -
YUV 123.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 176 105 85 0 0.40 0.52 0.31 13.19 0.37 0.51
Hex B0 69 55 0 28 34 1F D 25 33
Octal 260 151 125 0 50 64 37 15 45 63
Binary 10110000 1101001 1010101 0 101000 110100 11111 1101 100101 110011

Color Harmonies of #B06955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06955

Black with #B06955

Text Example


Text Example

White with #B06955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06955; }

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

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

background-color css

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

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

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

border-color css

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

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

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