Html Css Color HEX #B54045 Old Rose

📋 copy color: '#B54045'

red 181 ◦ green 64 ◦ blue 69

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

Shades of Old Rose #B54045

Tints of Old Rose #B54045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 57.64%
G = 20.38%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B54045 (or 0xB54045) is known color: Old Rose. HEX triplet: B5, 40 and 45. RGB value is (181,64,69). Sum of RGB (Red+Green+Blue) = 181+64+69=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54045 is #4ABFBA. Grayscale: #636363. Windows color (decimal): -4898747 or 4538549. OLE color: 4538549.

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

Color convert

RGB 181 64 69 -
CMYK 0 0.65 0.62 0.29
HSL 357.44º 0.48% 0.48% -
HSV(B) 357.44º 0.65% 0.71% -
XYZ 21.96 13.92 7.16 -
YUV 99.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 181 64 69 0 0.65 0.62 0.29 357.44 0.48 0.48
Hex B5 40 45 0 41 3E 1D 165 30 30
Octal 265 100 105 0 101 76 35 545 60 60
Binary 10110101 1000000 1000101 0 1000001 111110 11101 101100101 110000 110000

Color Harmonies of #B54045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54045

Black with #B54045

Text Example


Text Example

White with #B54045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54045; }

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

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

background-color css

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

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

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

border-color css

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

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

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