Html Css Color HEX #B5384C Old Rose

📋 copy color: '#B5384C'

red 181 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #B5384C

Tints of Old Rose #B5384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

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

R = 57.83%
G = 17.89%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5384C (or 0xB5384C) is known color: Old Rose. HEX triplet: B5, 38 and 4C. RGB value is (181,56,76). Sum of RGB (Red+Green+Blue) = 181+56+76=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5384C is #4AC7B3. Grayscale: #5F5F5F. Windows color (decimal): -4900788 or 4995253. OLE color: 4995253.

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

Color convert

RGB 181 56 76 -
CMYK 0 0.69 0.58 0.29
HSL 350.4º 0.53% 0.46% -
HSV(B) 350.4º 0.69% 0.71% -
XYZ 21.77 13.17 8.23 -
YUV 95.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 181 56 76 0 0.69 0.58 0.29 350.4 0.53 0.46
Hex B5 38 4C 0 45 3A 1D 15E 35 2E
Octal 265 70 114 0 105 72 35 536 65 56
Binary 10110101 111000 1001100 0 1000101 111010 11101 101011110 110101 101110

Color Harmonies of #B5384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5384C

Black with #B5384C

Text Example


Text Example

White with #B5384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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