Html Css Color HEX #B06140 Tuscany

📋 copy color: '#B06140'

red 176 ◦ green 97 ◦ blue 64

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

Shades of Tuscany #B06140

Tints of Tuscany #B06140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 52.23%
G = 28.78%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B06140 (or 0xB06140) is known color: Tuscany. HEX triplet: B0, 61 and 40. RGB value is (176,97,64). Sum of RGB (Red+Green+Blue) = 176+97+64=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B06140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06140 is #4F9EBF. Grayscale: #757575. Windows color (decimal): -5217984 or 4219312. OLE color: 4219312.

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

Color convert

RGB 176 97 64 -
CMYK 0 0.45 0.64 0.31
HSL 17.68º 0.47% 0.47% -
HSV(B) 17.68º 0.64% 0.69% -
XYZ 23.1 18.15 7.14 -
YUV 116.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 176 97 64 0 0.45 0.64 0.31 17.68 0.47 0.47
Hex B0 61 40 0 2D 40 1F 12 2F 2F
Octal 260 141 100 0 55 100 37 22 57 57
Binary 10110000 1100001 1000000 0 101101 1000000 11111 10010 101111 101111

Color Harmonies of #B06140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06140

Black with #B06140

Text Example


Text Example

White with #B06140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06140; }

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

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

background-color css

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

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

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

border-color css

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

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

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