Html Css Color HEX #B63753 Old Rose

📋 copy color: '#B63753'

red 182 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #B63753

Tints of Old Rose #B63753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 56.88%
G = 17.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B63753 (or 0xB63753) is known color: Old Rose. HEX triplet: B6, 37 and 53. RGB value is (182,55,83). Sum of RGB (Red+Green+Blue) = 182+55+83=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B63753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63753 is #49C8AC. Grayscale: #606060. Windows color (decimal): -4835501 or 5453750. OLE color: 5453750.

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

Color convert

RGB 182 55 83 -
CMYK 0 0.70 0.54 0.29
HSL 346.77º 0.54% 0.46% -
HSV(B) 346.77º 0.7% 0.71% -
XYZ 22.22 13.3 9.58 -
YUV 96.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 182 55 83 0 0.70 0.54 0.29 346.77 0.54 0.46
Hex B6 37 53 0 46 36 1D 15B 36 2E
Octal 266 67 123 0 106 66 35 533 66 56
Binary 10110110 110111 1010011 0 1000110 110110 11101 101011011 110110 101110

Color Harmonies of #B63753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63753

Black with #B63753

Text Example


Text Example

White with #B63753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63753; }

 p { color: rgb(182,55,83); }

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

background-color css

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

 a { background-color: rgb(182,55,83); }

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

border-color css

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

 span { border-color: rgb(182,55,83); }

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