Html Css Color HEX #B06947 Tuscany

📋 copy color: '#B06947'

red 176 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #B06947

Tints of Tuscany #B06947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 50%
G = 29.83%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B06947 (or 0xB06947) is known color: Tuscany. HEX triplet: B0, 69 and 47. RGB value is (176,105,71). Sum of RGB (Red+Green+Blue) = 176+105+71=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06947 is #4F96B8. Grayscale: #7A7A7A. Windows color (decimal): -5215929 or 4680112. OLE color: 4680112.

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

Color convert

RGB 176 105 71 -
CMYK 0 0.40 0.60 0.31
HSL 19.43º 0.43% 0.48% -
HSV(B) 19.43º 0.6% 0.69% -
XYZ 24.09 19.79 8.51 -
YUV 122.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 176 105 71 0 0.40 0.60 0.31 19.43 0.43 0.48
Hex B0 69 47 0 28 3C 1F 13 2B 30
Octal 260 151 107 0 50 74 37 23 53 60
Binary 10110000 1101001 1000111 0 101000 111100 11111 10011 101011 110000

Color Harmonies of #B06947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06947

Black with #B06947

Text Example


Text Example

White with #B06947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06947; }

 p { color: rgb(176,105,71); }

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

background-color css

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

 a { background-color: rgb(176,105,71); }

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

border-color css

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

 span { border-color: rgb(176,105,71); }

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