Html Css Color HEX #B63552 Old Rose

📋 copy color: '#B63552'

red 182 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #B63552

Tints of Old Rose #B63552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 57.41%
G = 16.72%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B63552 (or 0xB63552) is known color: Old Rose. HEX triplet: B6, 35 and 52. RGB value is (182,53,82). Sum of RGB (Red+Green+Blue) = 182+53+82=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B63552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63552 is #49CAAD. Grayscale: #5E5E5E. Windows color (decimal): -4836014 or 5387702. OLE color: 5387702.

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

Color convert

RGB 182 53 82 -
CMYK 0 0.71 0.55 0.29
HSL 346.51º 0.55% 0.46% -
HSV(B) 346.51º 0.71% 0.71% -
XYZ 22.09 13.1 9.35 -
YUV 94.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 182 53 82 0 0.71 0.55 0.29 346.51 0.55 0.46
Hex B6 35 52 0 47 37 1D 15B 37 2E
Octal 266 65 122 0 107 67 35 533 67 56
Binary 10110110 110101 1010010 0 1000111 110111 11101 101011011 110111 101110

Color Harmonies of #B63552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63552

Black with #B63552

Text Example


Text Example

White with #B63552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63552; }

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

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

background-color css

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

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

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

border-color css

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

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

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