Html Css Color HEX #B06543 Tuscany

📋 copy color: '#B06543'

red 176 ◦ green 101 ◦ blue 67

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

Shades of Tuscany #B06543

Tints of Tuscany #B06543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 51.16%
G = 29.36%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B06543 (or 0xB06543) is known color: Tuscany. HEX triplet: B0, 65 and 43. RGB value is (176,101,67). Sum of RGB (Red+Green+Blue) = 176+101+67=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06543 is #4F9ABC. Grayscale: #777777. Windows color (decimal): -5216957 or 4416944. OLE color: 4416944.

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

Color convert

RGB 176 101 67 -
CMYK 0 0.43 0.62 0.31
HSL 18.72º 0.45% 0.48% -
HSV(B) 18.72º 0.62% 0.69% -
XYZ 23.57 18.94 7.72 -
YUV 119.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 176 101 67 0 0.43 0.62 0.31 18.72 0.45 0.48
Hex B0 65 43 0 2B 3E 1F 13 2D 30
Octal 260 145 103 0 53 76 37 23 55 60
Binary 10110000 1100101 1000011 0 101011 111110 11111 10011 101101 110000

Color Harmonies of #B06543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06543

Black with #B06543

Text Example


Text Example

White with #B06543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06543; }

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

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

background-color css

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

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

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

border-color css

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

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

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