Html Css Color HEX #B43054 Old Rose

📋 copy color: '#B43054'

red 180 ◦ green 48 ◦ blue 84

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

Shades of Old Rose #B43054

Tints of Old Rose #B43054

RGB

 RED value IS 180 (70.7% from 255) = 57.69%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 57.69%
G = 15.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B43054 (or 0xB43054) is known color: Old Rose. HEX triplet: B4, 30 and 54. RGB value is (180,48,84). Sum of RGB (Red+Green+Blue) = 180+48+84=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B43054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43054 is #4BCFAB. Grayscale: #5B5B5B. Windows color (decimal): -4968364 or 5517492. OLE color: 5517492.

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

Color convert

RGB 180 48 84 -
CMYK 0 0.73 0.53 0.29
HSL 343.64º 0.58% 0.45% -
HSV(B) 343.64º 0.73% 0.71% -
XYZ 21.48 12.46 9.66 -
YUV 91.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 180 48 84 0 0.73 0.53 0.29 343.64 0.58 0.45
Hex B4 30 54 0 49 35 1D 158 3A 2D
Octal 264 60 124 0 111 65 35 530 72 55
Binary 10110100 110000 1010100 0 1001001 110101 11101 101011000 111010 101101

Color Harmonies of #B43054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43054

Black with #B43054

Text Example


Text Example

White with #B43054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43054; }

 p { color: rgb(180,48,84); }

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

background-color css

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

 a { background-color: rgb(180,48,84); }

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

border-color css

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

 span { border-color: rgb(180,48,84); }

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