Html Css Color HEX #B06743 Tuscany

📋 copy color: '#B06743'

red 176 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #B06743

Tints of Tuscany #B06743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 50.87%
G = 29.77%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B06743 (or 0xB06743) is known color: Tuscany. HEX triplet: B0, 67 and 43. RGB value is (176,103,67). Sum of RGB (Red+Green+Blue) = 176+103+67=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06743 is #4F98BC. Grayscale: #787878. Windows color (decimal): -5216445 or 4417456. OLE color: 4417456.

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

Color convert

RGB 176 103 67 -
CMYK 0 0.41 0.62 0.31
HSL 19.82º 0.45% 0.48% -
HSV(B) 19.82º 0.62% 0.69% -
XYZ 23.77 19.34 7.79 -
YUV 120.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 176 103 67 0 0.41 0.62 0.31 19.82 0.45 0.48
Hex B0 67 43 0 29 3E 1F 14 2D 30
Octal 260 147 103 0 51 76 37 24 55 60
Binary 10110000 1100111 1000011 0 101001 111110 11111 10100 101101 110000

Color Harmonies of #B06743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06743

Black with #B06743

Text Example


Text Example

White with #B06743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06743; }

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

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

background-color css

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

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

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

border-color css

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

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

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