Html Css Color HEX #B63559 Old Rose

📋 copy color: '#B63559'

red 182 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #B63559

Tints of Old Rose #B63559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 56.17%
G = 16.36%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B63559 (or 0xB63559) is known color: Old Rose. HEX triplet: B6, 35 and 59. RGB value is (182,53,89). Sum of RGB (Red+Green+Blue) = 182+53+89=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B63559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63559 is #49CAA6. Grayscale: #5F5F5F. Windows color (decimal): -4836007 or 5846454. OLE color: 5846454.

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

Color convert

RGB 182 53 89 -
CMYK 0 0.71 0.51 0.29
HSL 343.26º 0.55% 0.46% -
HSV(B) 343.26º 0.71% 0.71% -
XYZ 22.37 13.21 10.82 -
YUV 95.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 182 53 89 0 0.71 0.51 0.29 343.26 0.55 0.46
Hex B6 35 59 0 47 33 1D 157 37 2E
Octal 266 65 131 0 107 63 35 527 67 56
Binary 10110110 110101 1011001 0 1000111 110011 11101 101010111 110111 101110

Color Harmonies of #B63559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63559

Black with #B63559

Text Example


Text Example

White with #B63559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63559; }

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

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

background-color css

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

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

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

border-color css

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

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

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