Html Css Color HEX #B05E3A Tuscany

📋 copy color: '#B05E3A'

red 176 ◦ green 94 ◦ blue 58

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

Shades of Tuscany #B05E3A

Tints of Tuscany #B05E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 53.66%
G = 28.66%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B05E3A (or 0xB05E3A) is known color: Tuscany. HEX triplet: B0, 5E and 3A. RGB value is (176,94,58). Sum of RGB (Red+Green+Blue) = 176+94+58=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E3A is #4FA1C5. Grayscale: #727272. Windows color (decimal): -5218758 or 3825328. OLE color: 3825328.

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

Color convert

RGB 176 94 58 -
CMYK 0 0.47 0.67 0.31
HSL 18.31º 0.5% 0.46% -
HSV(B) 18.31º 0.67% 0.69% -
XYZ 22.67 17.54 6.19 -
YUV 114.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 176 94 58 0 0.47 0.67 0.31 18.31 0.5 0.46
Hex B0 5E 3A 0 2F 43 1F 12 32 2E
Octal 260 136 72 0 57 103 37 22 62 56
Binary 10110000 1011110 111010 0 101111 1000011 11111 10010 110010 101110

Color Harmonies of #B05E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E3A

Black with #B05E3A

Text Example


Text Example

White with #B05E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E3A; }

 p { color: rgb(176,94,58); }

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

background-color css

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

 a { background-color: rgb(176,94,58); }

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

border-color css

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

 span { border-color: rgb(176,94,58); }

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