Html Css Color HEX #B61E56 Old Rose

📋 copy color: '#B61E56'

red 182 ◦ green 30 ◦ blue 86

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

Shades of Old Rose #B61E56

Tints of Old Rose #B61E56

RGB

 RED value IS 182 (71.48% from 255) = 61.07%

 GREEN value IS 30 (12.11% from 255) = 10.07%

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

R = 61.07%
G = 10.07%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B61E56 (or 0xB61E56) is known color: Old Rose. HEX triplet: B6, 1E and 56. RGB value is (182,30,86). Sum of RGB (Red+Green+Blue) = 182+30+86=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61E56 is #49E1A9. Grayscale: #515151. Windows color (decimal): -4841898 or 5643958. OLE color: 5643958.

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

Color convert

RGB 182 30 86 -
CMYK 0 0.84 0.53 0.29
HSL 337.89º 0.72% 0.42% -
HSV(B) 337.89º 0.84% 0.71% -
XYZ 21.44 11.55 9.9 -
YUV 81.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 182 30 86 0 0.84 0.53 0.29 337.89 0.72 0.42
Hex B6 1E 56 0 54 35 1D 152 48 2A
Octal 266 36 126 0 124 65 35 522 110 52
Binary 10110110 11110 1010110 0 1010100 110101 11101 101010010 1001000 101010

Color Harmonies of #B61E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E56

Black with #B61E56

Text Example


Text Example

White with #B61E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E56; }

 p { color: rgb(182,30,86); }

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

background-color css

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

 a { background-color: rgb(182,30,86); }

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

border-color css

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

 span { border-color: rgb(182,30,86); }

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