Html Css Color HEX #B63650 Old Rose

📋 copy color: '#B63650'

red 182 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #B63650

Tints of Old Rose #B63650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 57.59%
G = 17.09%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B63650 (or 0xB63650) is known color: Old Rose. HEX triplet: B6, 36 and 50. RGB value is (182,54,80). Sum of RGB (Red+Green+Blue) = 182+54+80=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B63650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63650 is #49C9AF. Grayscale: #5F5F5F. Windows color (decimal): -4835760 or 5256886. OLE color: 5256886.

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

Color convert

RGB 182 54 80 -
CMYK 0 0.70 0.56 0.29
HSL 347.81º 0.54% 0.46% -
HSV(B) 347.81º 0.7% 0.71% -
XYZ 22.06 13.16 8.97 -
YUV 95.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 182 54 80 0 0.70 0.56 0.29 347.81 0.54 0.46
Hex B6 36 50 0 46 38 1D 15C 36 2E
Octal 266 66 120 0 106 70 35 534 66 56
Binary 10110110 110110 1010000 0 1000110 111000 11101 101011100 110110 101110

Color Harmonies of #B63650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63650

Black with #B63650

Text Example


Text Example

White with #B63650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63650; }

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

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

background-color css

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

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

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

border-color css

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

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

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