Html Css Color HEX #B06540 Tuscany

📋 copy color: '#B06540'

red 176 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #B06540

Tints of Tuscany #B06540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 51.61%
G = 29.62%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B06540 (or 0xB06540) is known color: Tuscany. HEX triplet: B0, 65 and 40. RGB value is (176,101,64). Sum of RGB (Red+Green+Blue) = 176+101+64=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06540 is #4F9ABF. Grayscale: #777777. Windows color (decimal): -5216960 or 4220336. OLE color: 4220336.

HSL color Cylindrical-coordinate representation of color #B06540: hue angle of 19.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B06540 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 64 -
CMYK 0 0.43 0.64 0.31
HSL 19.82º 0.47% 0.47% -
HSV(B) 19.82º 0.64% 0.69% -
XYZ 23.48 18.91 7.26 -
YUV 119.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 176 101 64 0 0.43 0.64 0.31 19.82 0.47 0.47
Hex B0 65 40 0 2B 40 1F 14 2F 2F
Octal 260 145 100 0 53 100 37 24 57 57
Binary 10110000 1100101 1000000 0 101011 1000000 11111 10100 101111 101111

Color Harmonies of #B06540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06540

Black with #B06540

Text Example


Text Example

White with #B06540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06540; }

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

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

background-color css

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

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

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

border-color css

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

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

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