Html Css Color HEX #B63655 Old Rose

📋 copy color: '#B63655'

red 182 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #B63655

Tints of Old Rose #B63655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 56.7%
G = 16.82%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B63655 (or 0xB63655) is known color: Old Rose. HEX triplet: B6, 36 and 55. RGB value is (182,54,85). Sum of RGB (Red+Green+Blue) = 182+54+85=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63655 is #49C9AA. Grayscale: #5F5F5F. Windows color (decimal): -4835755 or 5584566. OLE color: 5584566.

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

Color convert

RGB 182 54 85 -
CMYK 0 0.70 0.53 0.29
HSL 345.47º 0.54% 0.46% -
HSV(B) 345.47º 0.7% 0.71% -
XYZ 22.25 13.24 9.98 -
YUV 95.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 182 54 85 0 0.70 0.53 0.29 345.47 0.54 0.46
Hex B6 36 55 0 46 35 1D 159 36 2E
Octal 266 66 125 0 106 65 35 531 66 56
Binary 10110110 110110 1010101 0 1000110 110101 11101 101011001 110110 101110

Color Harmonies of #B63655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63655

Black with #B63655

Text Example


Text Example

White with #B63655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63655; }

 p { color: rgb(182,54,85); }

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

background-color css

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

 a { background-color: rgb(182,54,85); }

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

border-color css

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

 span { border-color: rgb(182,54,85); }

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