Html Css Color HEX #B25B3A Tuscany

📋 copy color: '#B25B3A'

red 178 ◦ green 91 ◦ blue 58

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

Shades of Tuscany #B25B3A

Tints of Tuscany #B25B3A

RGB

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

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

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

R = 54.43%
G = 27.83%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B25B3A (or 0xB25B3A) is known color: Tuscany. HEX triplet: B2, 5B and 3A. RGB value is (178,91,58). Sum of RGB (Red+Green+Blue) = 178+91+58=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B3A is #4DA4C5. Grayscale: #717171. Windows color (decimal): -5088454 or 3824562. OLE color: 3824562.

HSL color Cylindrical-coordinate representation of color #B25B3A: hue angle of 16.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B25B3A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 58 -
CMYK 0 0.49 0.67 0.30
HSL 16.5º 0.51% 0.46% -
HSV(B) 16.5º 0.67% 0.7% -
XYZ 22.86 17.25 6.13 -
YUV 113.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 178 91 58 0 0.49 0.67 0.30 16.5 0.51 0.46
Hex B2 5B 3A 0 31 43 1E 10 33 2E
Octal 262 133 72 0 61 103 36 20 63 56
Binary 10110010 1011011 111010 0 110001 1000011 11110 10000 110011 101110

Color Harmonies of #B25B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B3A

Black with #B25B3A

Text Example


Text Example

White with #B25B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B3A; }

 p { color: rgb(178,91,58); }

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

background-color css

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

 a { background-color: rgb(178,91,58); }

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

border-color css

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

 span { border-color: rgb(178,91,58); }

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