Html Css Color HEX #B42656 Old Rose

📋 copy color: '#B42656'

red 180 ◦ green 38 ◦ blue 86

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

Shades of Old Rose #B42656

Tints of Old Rose #B42656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 59.21%
G = 12.5%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B42656 (or 0xB42656) is known color: Old Rose. HEX triplet: B4, 26 and 56. RGB value is (180,38,86). Sum of RGB (Red+Green+Blue) = 180+38+86=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42656 is #4BD9A9. Grayscale: #555555. Windows color (decimal): -4970922 or 5646004. OLE color: 5646004.

HSL color Cylindrical-coordinate representation of color #B42656: hue angle of 339.72º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42656 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 86 -
CMYK 0 0.79 0.52 0.29
HSL 339.72º 0.65% 0.43% -
HSV(B) 339.72º 0.79% 0.71% -
XYZ 21.2 11.76 9.96 -
YUV 85.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 180 38 86 0 0.79 0.52 0.29 339.72 0.65 0.43
Hex B4 26 56 0 4F 34 1D 154 41 2B
Octal 264 46 126 0 117 64 35 524 101 53
Binary 10110100 100110 1010110 0 1001111 110100 11101 101010100 1000001 101011

Color Harmonies of #B42656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42656

Black with #B42656

Text Example


Text Example

White with #B42656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42656; }

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

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

background-color css

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

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

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

border-color css

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

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

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