Html Css Color HEX #B1603D Tuscany

📋 copy color: '#B1603D'

red 177 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #B1603D

Tints of Tuscany #B1603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 52.99%
G = 28.74%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1603D (or 0xB1603D) is known color: Tuscany. HEX triplet: B1, 60 and 3D. RGB value is (177,96,61). Sum of RGB (Red+Green+Blue) = 177+96+61=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1603D is #4E9FC2. Grayscale: #747474. Windows color (decimal): -5152707 or 4022449. OLE color: 4022449.

HSL color Cylindrical-coordinate representation of color #B1603D: hue angle of 18.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1603D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 61 -
CMYK 0 0.46 0.66 0.31
HSL 18.1º 0.49% 0.47% -
HSV(B) 18.1º 0.66% 0.69% -
XYZ 23.16 18.05 6.68 -
YUV 116.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 177 96 61 0 0.46 0.66 0.31 18.1 0.49 0.47
Hex B1 60 3D 0 2E 42 1F 12 31 2F
Octal 261 140 75 0 56 102 37 22 61 57
Binary 10110001 1100000 111101 0 101110 1000010 11111 10010 110001 101111

Color Harmonies of #B1603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1603D

Black with #B1603D

Text Example


Text Example

White with #B1603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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