Html Css Color HEX #B05C3F Tuscany

📋 copy color: '#B05C3F'

red 176 ◦ green 92 ◦ blue 63

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

Shades of Tuscany #B05C3F

Tints of Tuscany #B05C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 53.17%
G = 27.79%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05C3F (or 0xB05C3F) is known color: Tuscany. HEX triplet: B0, 5C and 3F. RGB value is (176,92,63). Sum of RGB (Red+Green+Blue) = 176+92+63=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C3F is #4FA3C0. Grayscale: #727272. Windows color (decimal): -5219265 or 4152496. OLE color: 4152496.

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

Color convert

RGB 176 92 63 -
CMYK 0 0.48 0.64 0.31
HSL 15.4º 0.47% 0.47% -
HSV(B) 15.4º 0.64% 0.69% -
XYZ 22.63 17.24 6.84 -
YUV 113.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 176 92 63 0 0.48 0.64 0.31 15.4 0.47 0.47
Hex B0 5C 3F 0 30 40 1F F 2F 2F
Octal 260 134 77 0 60 100 37 17 57 57
Binary 10110000 1011100 111111 0 110000 1000000 11111 1111 101111 101111

Color Harmonies of #B05C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C3F

Black with #B05C3F

Text Example


Text Example

White with #B05C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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