Html Css Color HEX #B06A51 Sante Fe

📋 copy color: '#B06A51'

red 176 ◦ green 106 ◦ blue 81

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

Shades of Sante Fe #B06A51

Tints of Sante Fe #B06A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 48.48%
G = 29.2%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B06A51 (or 0xB06A51) is known color: Sante Fe. HEX triplet: B0, 6A and 51. RGB value is (176,106,81). Sum of RGB (Red+Green+Blue) = 176+106+81=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A51 is #4F95AE. Grayscale: #7C7C7C. Windows color (decimal): -5215663 or 5335728. OLE color: 5335728.

HSL color Cylindrical-coordinate representation of color #B06A51: hue angle of 15.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06A51 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 106 81 -
CMYK 0 0.40 0.54 0.31
HSL 15.79º 0.38% 0.5% -
HSV(B) 15.79º 0.54% 0.69% -
XYZ 24.54 20.13 10.38 -
YUV 124.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 176 106 81 0 0.40 0.54 0.31 15.79 0.38 0.5
Hex B0 6A 51 0 28 36 1F 10 26 32
Octal 260 152 121 0 50 66 37 20 46 62
Binary 10110000 1101010 1010001 0 101000 110110 11111 10000 100110 110010

Color Harmonies of #B06A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A51

Black with #B06A51

Text Example


Text Example

White with #B06A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A51; }

 p { color: rgb(176,106,81); }

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

background-color css

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

 a { background-color: rgb(176,106,81); }

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

border-color css

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

 span { border-color: rgb(176,106,81); }

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