Html Css Color HEX #B63259 Old Rose

📋 copy color: '#B63259'

red 182 ◦ green 50 ◦ blue 89

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

Shades of Old Rose #B63259

Tints of Old Rose #B63259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 56.7%
G = 15.58%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B63259 (or 0xB63259) is known color: Old Rose. HEX triplet: B6, 32 and 59. RGB value is (182,50,89). Sum of RGB (Red+Green+Blue) = 182+50+89=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63259 is #49CDA6. Grayscale: #5D5D5D. Windows color (decimal): -4836775 or 5845686. OLE color: 5845686.

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

Color convert

RGB 182 50 89 -
CMYK 0 0.73 0.51 0.29
HSL 342.27º 0.57% 0.45% -
HSV(B) 342.27º 0.73% 0.71% -
XYZ 22.24 12.95 10.78 -
YUV 93.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 182 50 89 0 0.73 0.51 0.29 342.27 0.57 0.45
Hex B6 32 59 0 49 33 1D 156 39 2D
Octal 266 62 131 0 111 63 35 526 71 55
Binary 10110110 110010 1011001 0 1001001 110011 11101 101010110 111001 101101

Color Harmonies of #B63259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63259

Black with #B63259

Text Example


Text Example

White with #B63259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63259; }

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

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

background-color css

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

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

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

border-color css

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

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

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