Html Css Color HEX #B06844 Tuscany

📋 copy color: '#B06844'

red 176 ◦ green 104 ◦ blue 68

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

Shades of Tuscany #B06844

Tints of Tuscany #B06844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 50.57%
G = 29.89%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B06844 (or 0xB06844) is known color: Tuscany. HEX triplet: B0, 68 and 44. RGB value is (176,104,68). Sum of RGB (Red+Green+Blue) = 176+104+68=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B06844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06844 is #4F97BB. Grayscale: #797979. Windows color (decimal): -5216188 or 4483248. OLE color: 4483248.

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

Color convert

RGB 176 104 68 -
CMYK 0 0.41 0.61 0.31
HSL 20º 0.44% 0.48% -
HSV(B) 20º 0.61% 0.69% -
XYZ 23.9 19.55 7.98 -
YUV 121.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 176 104 68 0 0.41 0.61 0.31 20 0.44 0.48
Hex B0 68 44 0 29 3D 1F 14 2C 30
Octal 260 150 104 0 51 75 37 24 54 60
Binary 10110000 1101000 1000100 0 101001 111101 11111 10100 101100 110000

Color Harmonies of #B06844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06844

Black with #B06844

Text Example


Text Example

White with #B06844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06844; }

 p { color: rgb(176,104,68); }

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

background-color css

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

 a { background-color: rgb(176,104,68); }

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

border-color css

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

 span { border-color: rgb(176,104,68); }

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