Html Css Color HEX #B43656 Old Rose

📋 copy color: '#B43656'

red 180 ◦ green 54 ◦ blue 86

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

Shades of Old Rose #B43656

Tints of Old Rose #B43656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 56.25%
G = 16.88%
B = 26.88%

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

#B43656 (or 0xB43656) is known color: Old Rose. HEX triplet: B4, 36 and 56. RGB value is (180,54,86). Sum of RGB (Red+Green+Blue) = 180+54+86=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B43656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43656 is #4BC9A9. Grayscale: #5F5F5F. Windows color (decimal): -4966826 or 5650100. OLE color: 5650100.

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

Color convert

RGB 180 54 86 -
CMYK 0 0.7 0.52 0.29
HSL 344.76º 0.54% 0.46% -
HSV(B) 344.76º 0.7% 0.71% -
XYZ 21.82 13.01 10.17 -
YUV 95.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 180 54 86 0 0.7 0.52 0.29 344.76 0.54 0.46
Hex B4 36 56 0 46 34 1D 159 36 2E
Octal 264 66 126 0 106 64 35 531 66 56
Binary 10110100 110110 1010110 0 1000110 110100 11101 101011001 110110 101110

Color Harmonies of #B43656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43656

Black with #B43656

Text Example


Text Example

White with #B43656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43656; }

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

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

background-color css

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

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

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

border-color css

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

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

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