Html Css Color HEX #B42F5A Old Rose

📋 copy color: '#B42F5A'

red 180 ◦ green 47 ◦ blue 90

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

Shades of Old Rose #B42F5A

Tints of Old Rose #B42F5A

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 56.78%
G = 14.83%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B42F5A (or 0xB42F5A) is known color: Old Rose. HEX triplet: B4, 2F and 5A. RGB value is (180,47,90). Sum of RGB (Red+Green+Blue) = 180+47+90=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F5A is #4BD0A5. Grayscale: #5B5B5B. Windows color (decimal): -4968614 or 5910452. OLE color: 5910452.

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

Color convert

RGB 180 47 90 -
CMYK 0 0.74 0.50 0.29
HSL 340.6º 0.59% 0.45% -
HSV(B) 340.6º 0.74% 0.71% -
XYZ 21.68 12.47 10.94 -
YUV 91.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 180 47 90 0 0.74 0.50 0.29 340.6 0.59 0.45
Hex B4 2F 5A 0 4A 32 1D 155 3B 2D
Octal 264 57 132 0 112 62 35 525 73 55
Binary 10110100 101111 1011010 0 1001010 110010 11101 101010101 111011 101101

Color Harmonies of #B42F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F5A

Black with #B42F5A

Text Example


Text Example

White with #B42F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F5A; }

 p { color: rgb(180,47,90); }

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

background-color css

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

 a { background-color: rgb(180,47,90); }

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

border-color css

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

 span { border-color: rgb(180,47,90); }

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