Html Css Color HEX #B0604D Tuscany

📋 copy color: '#B0604D'

red 176 ◦ green 96 ◦ blue 77

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

Shades of Tuscany #B0604D

Tints of Tuscany #B0604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 50.43%
G = 27.51%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0604D (or 0xB0604D) is known color: Tuscany. HEX triplet: B0, 60 and 4D. RGB value is (176,96,77). Sum of RGB (Red+Green+Blue) = 176+96+77=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0604D is #4F9FB2. Grayscale: #757575. Windows color (decimal): -5218227 or 5071024. OLE color: 5071024.

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

Color convert

RGB 176 96 77 -
CMYK 0 0.45 0.56 0.31
HSL 11.52º 0.39% 0.5% -
HSV(B) 11.52º 0.56% 0.69% -
XYZ 23.43 18.13 9.29 -
YUV 117.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 176 96 77 0 0.45 0.56 0.31 11.52 0.39 0.5
Hex B0 60 4D 0 2D 38 1F C 27 32
Octal 260 140 115 0 55 70 37 14 47 62
Binary 10110000 1100000 1001101 0 101101 111000 11111 1100 100111 110010

Color Harmonies of #B0604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0604D

Black with #B0604D

Text Example


Text Example

White with #B0604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0604D; }

 p { color: rgb(176,96,77); }

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

background-color css

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

 a { background-color: rgb(176,96,77); }

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

border-color css

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

 span { border-color: rgb(176,96,77); }

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