Html Css Color HEX #B43655 Old Rose

📋 copy color: '#B43655'

red 180 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #B43655

Tints of Old Rose #B43655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 56.43%
G = 16.93%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B43655 (or 0xB43655) is known color: Old Rose. HEX triplet: B4, 36 and 55. RGB value is (180,54,85). Sum of RGB (Red+Green+Blue) = 180+54+85=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B43655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43655 is #4BC9AA. Grayscale: #5F5F5F. Windows color (decimal): -4966827 or 5584564. OLE color: 5584564.

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

Color convert

RGB 180 54 85 -
CMYK 0 0.7 0.53 0.29
HSL 345.24º 0.54% 0.46% -
HSV(B) 345.24º 0.7% 0.71% -
XYZ 21.78 13 9.96 -
YUV 95.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 180 54 85 0 0.7 0.53 0.29 345.24 0.54 0.46
Hex B4 36 55 0 46 35 1D 159 36 2E
Octal 264 66 125 0 106 65 35 531 66 56
Binary 10110100 110110 1010101 0 1000110 110101 11101 101011001 110110 101110

Color Harmonies of #B43655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43655

Black with #B43655

Text Example


Text Example

White with #B43655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43655; }

 p { color: rgb(180,54,85); }

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

background-color css

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

 a { background-color: rgb(180,54,85); }

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

border-color css

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

 span { border-color: rgb(180,54,85); }

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