Html Css Color HEX #B5284C Old Rose

📋 copy color: '#B5284C'

red 181 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #B5284C

Tints of Old Rose #B5284C

RGB

 RED value IS 181 (71.09% from 255) = 60.94%

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 60.94%
G = 13.47%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5284C (or 0xB5284C) is known color: Old Rose. HEX triplet: B5, 28 and 4C. RGB value is (181,40,76). Sum of RGB (Red+Green+Blue) = 181+40+76=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5284C is #4AD7B3. Grayscale: #565656. Windows color (decimal): -4904884 or 4991157. OLE color: 4991157.

HSL color Cylindrical-coordinate representation of color #B5284C: hue angle of 344.68º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5284C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 76 -
CMYK 0 0.78 0.58 0.29
HSL 344.68º 0.64% 0.43% -
HSV(B) 344.68º 0.78% 0.71% -
XYZ 21.12 11.86 8.01 -
YUV 86.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 181 40 76 0 0.78 0.58 0.29 344.68 0.64 0.43
Hex B5 28 4C 0 4E 3A 1D 159 40 2B
Octal 265 50 114 0 116 72 35 531 100 53
Binary 10110101 101000 1001100 0 1001110 111010 11101 101011001 1000000 101011

Color Harmonies of #B5284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5284C

Black with #B5284C

Text Example


Text Example

White with #B5284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5284C; }

 p { color: rgb(181,40,76); }

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

background-color css

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

 a { background-color: rgb(181,40,76); }

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

border-color css

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

 span { border-color: rgb(181,40,76); }

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