Html Css Color HEX #B16045 Tuscany

📋 copy color: '#B16045'

red 177 ◦ green 96 ◦ blue 69

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

Shades of Tuscany #B16045

Tints of Tuscany #B16045

RGB

 RED value IS 177 (69.53% from 255) = 51.75%

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 51.75%
G = 28.07%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B16045 (or 0xB16045) is known color: Tuscany. HEX triplet: B1, 60 and 45. RGB value is (177,96,69). Sum of RGB (Red+Green+Blue) = 177+96+69=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16045 is #4E9FBA. Grayscale: #757575. Windows color (decimal): -5152699 or 4546737. OLE color: 4546737.

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

Color convert

RGB 177 96 69 -
CMYK 0 0.46 0.61 0.31
HSL 15º 0.44% 0.48% -
HSV(B) 15º 0.61% 0.69% -
XYZ 23.39 18.14 7.9 -
YUV 117.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 177 96 69 0 0.46 0.61 0.31 15 0.44 0.48
Hex B1 60 45 0 2E 3D 1F F 2C 30
Octal 261 140 105 0 56 75 37 17 54 60
Binary 10110001 1100000 1000101 0 101110 111101 11111 1111 101100 110000

Color Harmonies of #B16045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16045

Black with #B16045

Text Example


Text Example

White with #B16045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16045; }

 p { color: rgb(177,96,69); }

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

background-color css

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

 a { background-color: rgb(177,96,69); }

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

border-color css

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

 span { border-color: rgb(177,96,69); }

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