Html Css Color HEX #B43657 Old Rose

📋 copy color: '#B43657'

red 180 ◦ green 54 ◦ blue 87

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

Shades of Old Rose #B43657

Tints of Old Rose #B43657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 56.07%
G = 16.82%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B43657 (or 0xB43657) is known color: Old Rose. HEX triplet: B4, 36 and 57. RGB value is (180,54,87). Sum of RGB (Red+Green+Blue) = 180+54+87=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B43657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43657 is #4BC9A8. Grayscale: #5F5F5F. Windows color (decimal): -4966825 or 5715636. OLE color: 5715636.

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

Color convert

RGB 180 54 87 -
CMYK 0 0.7 0.52 0.29
HSL 344.29º 0.54% 0.46% -
HSV(B) 344.29º 0.7% 0.71% -
XYZ 21.86 13.03 10.38 -
YUV 95.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 180 54 87 0 0.7 0.52 0.29 344.29 0.54 0.46
Hex B4 36 57 0 46 34 1D 158 36 2E
Octal 264 66 127 0 106 64 35 530 66 56
Binary 10110100 110110 1010111 0 1000110 110100 11101 101011000 110110 101110

Color Harmonies of #B43657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43657

Black with #B43657

Text Example


Text Example

White with #B43657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43657; }

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

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

background-color css

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

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

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

border-color css

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

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

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