Html Css Color HEX #B06440 Tuscany

📋 copy color: '#B06440'

red 176 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B06440

Tints of Tuscany #B06440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 51.76%
G = 29.41%
B = 18.82%

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

#B06440 (or 0xB06440) is known color: Tuscany. HEX triplet: B0, 64 and 40. RGB value is (176,100,64). Sum of RGB (Red+Green+Blue) = 176+100+64=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B06440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06440 is #4F9BBF. Grayscale: #767676. Windows color (decimal): -5217216 or 4220080. OLE color: 4220080.

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

Color convert

RGB 176 100 64 -
CMYK 0 0.43 0.64 0.31
HSL 19.29º 0.47% 0.47% -
HSV(B) 19.29º 0.64% 0.69% -
XYZ 23.39 18.71 7.23 -
YUV 118.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 176 100 64 0 0.43 0.64 0.31 19.29 0.47 0.47
Hex B0 64 40 0 2B 40 1F 13 2F 2F
Octal 260 144 100 0 53 100 37 23 57 57
Binary 10110000 1100100 1000000 0 101011 1000000 11111 10011 101111 101111

Color Harmonies of #B06440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06440

Black with #B06440

Text Example


Text Example

White with #B06440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06440; }

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

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

background-color css

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

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

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

border-color css

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

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

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