Html Css Color HEX #B0603F Tuscany

📋 copy color: '#B0603F'

red 176 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #B0603F

Tints of Tuscany #B0603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 52.54%
G = 28.66%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0603F (or 0xB0603F) is known color: Tuscany. HEX triplet: B0, 60 and 3F. RGB value is (176,96,63). Sum of RGB (Red+Green+Blue) = 176+96+63=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0603F is #4F9FC0. Grayscale: #747474. Windows color (decimal): -5218241 or 4153520. OLE color: 4153520.

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

Color convert

RGB 176 96 63 -
CMYK 0 0.45 0.64 0.31
HSL 17.52º 0.47% 0.47% -
HSV(B) 17.52º 0.64% 0.69% -
XYZ 22.98 17.95 6.96 -
YUV 116.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 176 96 63 0 0.45 0.64 0.31 17.52 0.47 0.47
Hex B0 60 3F 0 2D 40 1F 12 2F 2F
Octal 260 140 77 0 55 100 37 22 57 57
Binary 10110000 1100000 111111 0 101101 1000000 11111 10010 101111 101111

Color Harmonies of #B0603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0603F

Black with #B0603F

Text Example


Text Example

White with #B0603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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