Html Css Color HEX #B25E44 Tuscany

📋 copy color: '#B25E44'

red 178 ◦ green 94 ◦ blue 68

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

Shades of Tuscany #B25E44

Tints of Tuscany #B25E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 52.35%
G = 27.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25E44 (or 0xB25E44) is known color: Tuscany. HEX triplet: B2, 5E and 44. RGB value is (178,94,68). Sum of RGB (Red+Green+Blue) = 178+94+68=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E44 is #4DA1BB. Grayscale: #747474. Windows color (decimal): -5087676 or 4480690. OLE color: 4480690.

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

Color convert

RGB 178 94 68 -
CMYK 0 0.47 0.62 0.30
HSL 14.18º 0.45% 0.48% -
HSV(B) 14.18º 0.62% 0.7% -
XYZ 23.41 17.89 7.69 -
YUV 116.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 178 94 68 0 0.47 0.62 0.30 14.18 0.45 0.48
Hex B2 5E 44 0 2F 3E 1E E 2D 30
Octal 262 136 104 0 57 76 36 16 55 60
Binary 10110010 1011110 1000100 0 101111 111110 11110 1110 101101 110000

Color Harmonies of #B25E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E44

Black with #B25E44

Text Example


Text Example

White with #B25E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E44; }

 p { color: rgb(178,94,68); }

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

background-color css

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

 a { background-color: rgb(178,94,68); }

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

border-color css

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

 span { border-color: rgb(178,94,68); }

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