Html Css Color HEX #B05B40 Tuscany

📋 copy color: '#B05B40'

red 176 ◦ green 91 ◦ blue 64

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

Shades of Tuscany #B05B40

Tints of Tuscany #B05B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 53.17%
G = 27.49%
B = 19.34%

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

#B05B40 (or 0xB05B40) is known color: Tuscany. HEX triplet: B0, 5B and 40. RGB value is (176,91,64). Sum of RGB (Red+Green+Blue) = 176+91+64=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B40 is #4FA4BF. Grayscale: #717171. Windows color (decimal): -5219520 or 4217776. OLE color: 4217776.

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

Color convert

RGB 176 91 64 -
CMYK 0 0.48 0.64 0.31
HSL 14.46º 0.47% 0.47% -
HSV(B) 14.46º 0.64% 0.69% -
XYZ 22.57 17.08 6.96 -
YUV 113.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 176 91 64 0 0.48 0.64 0.31 14.46 0.47 0.47
Hex B0 5B 40 0 30 40 1F E 2F 2F
Octal 260 133 100 0 60 100 37 16 57 57
Binary 10110000 1011011 1000000 0 110000 1000000 11111 1110 101111 101111

Color Harmonies of #B05B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05B40

Black with #B05B40

Text Example


Text Example

White with #B05B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05B40; }

 p { color: rgb(176,91,64); }

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

background-color css

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

 a { background-color: rgb(176,91,64); }

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

border-color css

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

 span { border-color: rgb(176,91,64); }

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