Html Css Color HEX #B5394A Old Rose

📋 copy color: '#B5394A'

red 181 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #B5394A

Tints of Old Rose #B5394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 58.01%
G = 18.27%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5394A (or 0xB5394A) is known color: Old Rose. HEX triplet: B5, 39 and 4A. RGB value is (181,57,74). Sum of RGB (Red+Green+Blue) = 181+57+74=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5394A is #4AC6B5. Grayscale: #606060. Windows color (decimal): -4900534 or 4864437. OLE color: 4864437.

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

Color convert

RGB 181 57 74 -
CMYK 0 0.69 0.59 0.29
HSL 351.77º 0.52% 0.47% -
HSV(B) 351.77º 0.69% 0.71% -
XYZ 21.76 13.24 7.89 -
YUV 96.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 181 57 74 0 0.69 0.59 0.29 351.77 0.52 0.47
Hex B5 39 4A 0 45 3B 1D 160 34 2F
Octal 265 71 112 0 105 73 35 540 64 57
Binary 10110101 111001 1001010 0 1000101 111011 11101 101100000 110100 101111

Color Harmonies of #B5394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5394A

Black with #B5394A

Text Example


Text Example

White with #B5394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5394A; }

 p { color: rgb(181,57,74); }

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

background-color css

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

 a { background-color: rgb(181,57,74); }

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

border-color css

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

 span { border-color: rgb(181,57,74); }

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