Html Css Color HEX #B06548 Tuscany

📋 copy color: '#B06548'

red 176 ◦ green 101 ◦ blue 72

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

Shades of Tuscany #B06548

Tints of Tuscany #B06548

RGB

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

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

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

R = 50.43%
G = 28.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B06548 (or 0xB06548) is known color: Tuscany. HEX triplet: B0, 65 and 48. RGB value is (176,101,72). Sum of RGB (Red+Green+Blue) = 176+101+72=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B06548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06548 is #4F9AB7. Grayscale: #787878. Windows color (decimal): -5216952 or 4744624. OLE color: 4744624.

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

Color convert

RGB 176 101 72 -
CMYK 0 0.43 0.59 0.31
HSL 16.73º 0.42% 0.49% -
HSV(B) 16.73º 0.59% 0.69% -
XYZ 23.73 19.01 8.55 -
YUV 120.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 176 101 72 0 0.43 0.59 0.31 16.73 0.42 0.49
Hex B0 65 48 0 2B 3B 1F 11 2A 31
Octal 260 145 110 0 53 73 37 21 52 61
Binary 10110000 1100101 1001000 0 101011 111011 11111 10001 101010 110001

Color Harmonies of #B06548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06548

Black with #B06548

Text Example


Text Example

White with #B06548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06548; }

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

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

background-color css

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

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

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

border-color css

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

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

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