Html Css Color HEX #B5404A Old Rose

📋 copy color: '#B5404A'

red 181 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #B5404A

Tints of Old Rose #B5404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 56.74%
G = 20.06%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5404A (or 0xB5404A) is known color: Old Rose. HEX triplet: B5, 40 and 4A. RGB value is (181,64,74). Sum of RGB (Red+Green+Blue) = 181+64+74=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5404A is #4ABFB5. Grayscale: #646464. Windows color (decimal): -4898742 or 4866229. OLE color: 4866229.

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

Color convert

RGB 181 64 74 -
CMYK 0 0.65 0.59 0.29
HSL 354.87º 0.48% 0.48% -
HSV(B) 354.87º 0.65% 0.71% -
XYZ 22.13 13.98 8.01 -
YUV 100.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 181 64 74 0 0.65 0.59 0.29 354.87 0.48 0.48
Hex B5 40 4A 0 41 3B 1D 163 30 30
Octal 265 100 112 0 101 73 35 543 60 60
Binary 10110101 1000000 1001010 0 1000001 111011 11101 101100011 110000 110000

Color Harmonies of #B5404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5404A

Black with #B5404A

Text Example


Text Example

White with #B5404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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