Html Css Color HEX #B63551 Old Rose

📋 copy color: '#B63551'

red 182 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #B63551

Tints of Old Rose #B63551

RGB

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

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

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

R = 57.59%
G = 16.77%
B = 25.63%

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

#B63551 (or 0xB63551) is known color: Old Rose. HEX triplet: B6, 35 and 51. RGB value is (182,53,81). Sum of RGB (Red+Green+Blue) = 182+53+81=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B63551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63551 is #49CAAE. Grayscale: #5E5E5E. Windows color (decimal): -4836015 or 5322166. OLE color: 5322166.

HSL color Cylindrical-coordinate representation of color #B63551: hue angle of 346.98º 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 #B63551 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 81 -
CMYK 0 0.71 0.55 0.29
HSL 346.98º 0.55% 0.46% -
HSV(B) 346.98º 0.71% 0.71% -
XYZ 22.05 13.09 9.15 -
YUV 94.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 182 53 81 0 0.71 0.55 0.29 346.98 0.55 0.46
Hex B6 35 51 0 47 37 1D 15B 37 2E
Octal 266 65 121 0 107 67 35 533 67 56
Binary 10110110 110101 1010001 0 1000111 110111 11101 101011011 110111 101110

Color Harmonies of #B63551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63551

Black with #B63551

Text Example


Text Example

White with #B63551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63551; }

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

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

background-color css

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

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

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

border-color css

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

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

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