Html Css Color HEX #B32E5A Old Rose

📋 copy color: '#B32E5A'

red 179 ◦ green 46 ◦ blue 90

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

Shades of Old Rose #B32E5A

Tints of Old Rose #B32E5A

RGB

 RED value IS 179 (70.31% from 255) = 56.83%

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 56.83%
G = 14.6%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B32E5A (or 0xB32E5A) is known color: Old Rose. HEX triplet: B3, 2E and 5A. RGB value is (179,46,90). Sum of RGB (Red+Green+Blue) = 179+46+90=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E5A is #4CD1A5. Grayscale: #5A5A5A. Windows color (decimal): -5034406 or 5910195. OLE color: 5910195.

HSL color Cylindrical-coordinate representation of color #B32E5A: hue angle of 340.15º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E5A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 90 -
CMYK 0 0.74 0.50 0.30
HSL 340.15º 0.59% 0.44% -
HSV(B) 340.15º 0.74% 0.7% -
XYZ 21.41 12.28 10.91 -
YUV 90.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 179 46 90 0 0.74 0.50 0.30 340.15 0.59 0.44
Hex B3 2E 5A 0 4A 32 1E 154 3B 2C
Octal 263 56 132 0 112 62 36 524 73 54
Binary 10110011 101110 1011010 0 1001010 110010 11110 101010100 111011 101100

Color Harmonies of #B32E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E5A

Black with #B32E5A

Text Example


Text Example

White with #B32E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E5A; }

 p { color: rgb(179,46,90); }

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

background-color css

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

 a { background-color: rgb(179,46,90); }

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

border-color css

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

 span { border-color: rgb(179,46,90); }

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