Html Css Color HEX #B06A48 Tuscany

📋 copy color: '#B06A48'

red 176 ◦ green 106 ◦ blue 72

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

Shades of Tuscany #B06A48

Tints of Tuscany #B06A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 49.72%
G = 29.94%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B06A48 (or 0xB06A48) is known color: Tuscany. HEX triplet: B0, 6A and 48. RGB value is (176,106,72). Sum of RGB (Red+Green+Blue) = 176+106+72=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A48 is #4F95B7. Grayscale: #7B7B7B. Windows color (decimal): -5215672 or 4745904. OLE color: 4745904.

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

Color convert

RGB 176 106 72 -
CMYK 0 0.40 0.59 0.31
HSL 19.62º 0.42% 0.49% -
HSV(B) 19.62º 0.59% 0.69% -
XYZ 24.23 20.01 8.72 -
YUV 123.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 176 106 72 0 0.40 0.59 0.31 19.62 0.42 0.49
Hex B0 6A 48 0 28 3B 1F 14 2A 31
Octal 260 152 110 0 50 73 37 24 52 61
Binary 10110000 1101010 1001000 0 101000 111011 11111 10100 101010 110001

Color Harmonies of #B06A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A48

Black with #B06A48

Text Example


Text Example

White with #B06A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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