Html Css Color HEX #B2593E Tuscany

📋 copy color: '#B2593E'

red 178 ◦ green 89 ◦ blue 62

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

Shades of Tuscany #B2593E

Tints of Tuscany #B2593E

RGB

 RED value IS 178 (69.92% from 255) = 54.1%

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 54.1%
G = 27.05%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2593E (or 0xB2593E) is known color: Tuscany. HEX triplet: B2, 59 and 3E. RGB value is (178,89,62). Sum of RGB (Red+Green+Blue) = 178+89+62=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2593E is #4DA6C1. Grayscale: #707070. Windows color (decimal): -5088962 or 4086194. OLE color: 4086194.

HSL color Cylindrical-coordinate representation of color #B2593E: hue angle of 13.97º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2593E is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 62 -
CMYK 0 0.5 0.65 0.30
HSL 13.97º 0.48% 0.47% -
HSV(B) 13.97º 0.65% 0.7% -
XYZ 22.8 16.96 6.63 -
YUV 112.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 178 89 62 0 0.5 0.65 0.30 13.97 0.48 0.47
Hex B2 59 3E 0 32 41 1E E 30 2F
Octal 262 131 76 0 62 101 36 16 60 57
Binary 10110010 1011001 111110 0 110010 1000001 11110 1110 110000 101111

Color Harmonies of #B2593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2593E

Black with #B2593E

Text Example


Text Example

White with #B2593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2593E; }

 p { color: rgb(178,89,62); }

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

background-color css

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

 a { background-color: rgb(178,89,62); }

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

border-color css

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

 span { border-color: rgb(178,89,62); }

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