Html Css Color HEX #B61952 Old Rose

📋 copy color: '#B61952'

red 182 ◦ green 25 ◦ blue 82

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

Shades of Old Rose #B61952

Tints of Old Rose #B61952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 62.98%
G = 8.65%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B61952 (or 0xB61952) is known color: Old Rose. HEX triplet: B6, 19 and 52. RGB value is (182,25,82). Sum of RGB (Red+Green+Blue) = 182+25+82=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B61952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61952 is #49E6AD. Grayscale: #4E4E4E. Windows color (decimal): -4843182 or 5380534. OLE color: 5380534.

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

Color convert

RGB 182 25 82 -
CMYK 0 0.86 0.55 0.29
HSL 338.22º 0.76% 0.41% -
HSV(B) 338.22º 0.86% 0.71% -
XYZ 21.16 11.25 9.04 -
YUV 78.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 182 25 82 0 0.86 0.55 0.29 338.22 0.76 0.41
Hex B6 19 52 0 56 37 1D 152 4C 29
Octal 266 31 122 0 126 67 35 522 114 51
Binary 10110110 11001 1010010 0 1010110 110111 11101 101010010 1001100 101001

Color Harmonies of #B61952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61952

Black with #B61952

Text Example


Text Example

White with #B61952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61952; }

 p { color: rgb(182,25,82); }

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

background-color css

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

 a { background-color: rgb(182,25,82); }

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

border-color css

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

 span { border-color: rgb(182,25,82); }

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