Html Css Color HEX #B61851 Old Rose

📋 copy color: '#B61851'

red 182 ◦ green 24 ◦ blue 81

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

Shades of Old Rose #B61851

Tints of Old Rose #B61851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 81 (32.03% from 255) = 28.22%

R = 63.41%
G = 8.36%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B61851 (or 0xB61851) is known color: Old Rose. HEX triplet: B6, 18 and 51. RGB value is (182,24,81). Sum of RGB (Red+Green+Blue) = 182+24+81=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B61851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61851 is #49E7AE. Grayscale: #4D4D4D. Windows color (decimal): -4843439 or 5314742. OLE color: 5314742.

HSL color Cylindrical-coordinate representation of color #B61851: hue angle of 338.35º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61851 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 81 -
CMYK 0 0.87 0.55 0.29
HSL 338.35º 0.77% 0.4% -
HSV(B) 338.35º 0.87% 0.71% -
XYZ 21.1 11.19 8.83 -
YUV 77.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 182 24 81 0 0.87 0.55 0.29 338.35 0.77 0.4
Hex B6 18 51 0 57 37 1D 152 4D 28
Octal 266 30 121 0 127 67 35 522 115 50
Binary 10110110 11000 1010001 0 1010111 110111 11101 101010010 1001101 101000

Color Harmonies of #B61851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61851

Black with #B61851

Text Example


Text Example

White with #B61851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61851; }

 p { color: rgb(182,24,81); }

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

background-color css

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

 a { background-color: rgb(182,24,81); }

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

border-color css

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

 span { border-color: rgb(182,24,81); }

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