Html Css Color HEX #B0603D Tuscany

📋 copy color: '#B0603D'

red 176 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #B0603D

Tints of Tuscany #B0603D

RGB

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

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

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

R = 52.85%
G = 28.83%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0603D (or 0xB0603D) is known color: Tuscany. HEX triplet: B0, 60 and 3D. RGB value is (176,96,61). Sum of RGB (Red+Green+Blue) = 176+96+61=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0603D is #4F9FC2. Grayscale: #747474. Windows color (decimal): -5218243 or 4022448. OLE color: 4022448.

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

Color convert

RGB 176 96 61 -
CMYK 0 0.45 0.65 0.31
HSL 18.26º 0.49% 0.46% -
HSV(B) 18.26º 0.65% 0.69% -
XYZ 22.93 17.93 6.67 -
YUV 115.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 176 96 61 0 0.45 0.65 0.31 18.26 0.49 0.46
Hex B0 60 3D 0 2D 41 1F 12 31 2E
Octal 260 140 75 0 55 101 37 22 61 56
Binary 10110000 1100000 111101 0 101101 1000001 11111 10010 110001 101110

Color Harmonies of #B0603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0603D

Black with #B0603D

Text Example


Text Example

White with #B0603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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