Html Css Color HEX #B06541 Tuscany

📋 copy color: '#B06541'

red 176 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #B06541

Tints of Tuscany #B06541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 51.46%
G = 29.53%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B06541 (or 0xB06541) is known color: Tuscany. HEX triplet: B0, 65 and 41. RGB value is (176,101,65). Sum of RGB (Red+Green+Blue) = 176+101+65=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B06541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06541 is #4F9ABE. Grayscale: #777777. Windows color (decimal): -5216959 or 4285872. OLE color: 4285872.

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

Color convert

RGB 176 101 65 -
CMYK 0 0.43 0.63 0.31
HSL 19.46º 0.46% 0.47% -
HSV(B) 19.46º 0.63% 0.69% -
XYZ 23.51 18.92 7.41 -
YUV 119.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 176 101 65 0 0.43 0.63 0.31 19.46 0.46 0.47
Hex B0 65 41 0 2B 3F 1F 13 2E 2F
Octal 260 145 101 0 53 77 37 23 56 57
Binary 10110000 1100101 1000001 0 101011 111111 11111 10011 101110 101111

Color Harmonies of #B06541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06541

Black with #B06541

Text Example


Text Example

White with #B06541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06541; }

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

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

background-color css

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

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

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

border-color css

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

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

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