Html Css Color HEX #B5404B Old Rose

📋 copy color: '#B5404B'

red 181 ◦ green 64 ◦ blue 75

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

Shades of Old Rose #B5404B

Tints of Old Rose #B5404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 56.56%
G = 20%
B = 23.44%

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

#B5404B (or 0xB5404B) is known color: Old Rose. HEX triplet: B5, 40 and 4B. RGB value is (181,64,75). Sum of RGB (Red+Green+Blue) = 181+64+75=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5404B is #4ABFB4. Grayscale: #646464. Windows color (decimal): -4898741 or 4931765. OLE color: 4931765.

HSL color Cylindrical-coordinate representation of color #B5404B: hue angle of 354.36º 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 #B5404B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 75 -
CMYK 0 0.65 0.59 0.29
HSL 354.36º 0.48% 0.48% -
HSV(B) 354.36º 0.65% 0.71% -
XYZ 22.16 14 8.19 -
YUV 100.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 181 64 75 0 0.65 0.59 0.29 354.36 0.48 0.48
Hex B5 40 4B 0 41 3B 1D 162 30 30
Octal 265 100 113 0 101 73 35 542 60 60
Binary 10110101 1000000 1001011 0 1000001 111011 11101 101100010 110000 110000

Color Harmonies of #B5404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5404B

Black with #B5404B

Text Example


Text Example

White with #B5404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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