Html Css Color HEX #B63659 Old Rose

📋 copy color: '#B63659'

red 182 ◦ green 54 ◦ blue 89

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

Shades of Old Rose #B63659

Tints of Old Rose #B63659

RGB

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

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

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

R = 56%
G = 16.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B63659 (or 0xB63659) is known color: Old Rose. HEX triplet: B6, 36 and 59. RGB value is (182,54,89). Sum of RGB (Red+Green+Blue) = 182+54+89=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B63659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63659 is #49C9A6. Grayscale: #606060. Windows color (decimal): -4835751 or 5846710. OLE color: 5846710.

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

Color convert

RGB 182 54 89 -
CMYK 0 0.70 0.51 0.29
HSL 343.59º 0.54% 0.46% -
HSV(B) 343.59º 0.7% 0.71% -
XYZ 22.41 13.3 10.84 -
YUV 96.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 182 54 89 0 0.70 0.51 0.29 343.59 0.54 0.46
Hex B6 36 59 0 46 33 1D 158 36 2E
Octal 266 66 131 0 106 63 35 530 66 56
Binary 10110110 110110 1011001 0 1000110 110011 11101 101011000 110110 101110

Color Harmonies of #B63659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63659

Black with #B63659

Text Example


Text Example

White with #B63659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63659; }

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

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

background-color css

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

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

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

border-color css

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

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

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