Html Css Color HEX #B63751 Old Rose

📋 copy color: '#B63751'

red 182 ◦ green 55 ◦ blue 81

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

Shades of Old Rose #B63751

Tints of Old Rose #B63751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 57.23%
G = 17.3%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B63751 (or 0xB63751) is known color: Old Rose. HEX triplet: B6, 37 and 51. RGB value is (182,55,81). Sum of RGB (Red+Green+Blue) = 182+55+81=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63751 is #49C8AE. Grayscale: #5F5F5F. Windows color (decimal): -4835503 or 5322678. OLE color: 5322678.

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

Color convert

RGB 182 55 81 -
CMYK 0 0.70 0.55 0.29
HSL 347.72º 0.54% 0.46% -
HSV(B) 347.72º 0.7% 0.71% -
XYZ 22.14 13.27 9.18 -
YUV 95.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 182 55 81 0 0.70 0.55 0.29 347.72 0.54 0.46
Hex B6 37 51 0 46 37 1D 15C 36 2E
Octal 266 67 121 0 106 67 35 534 66 56
Binary 10110110 110111 1010001 0 1000110 110111 11101 101011100 110110 101110

Color Harmonies of #B63751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63751

Black with #B63751

Text Example


Text Example

White with #B63751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63751; }

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

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

background-color css

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

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

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

border-color css

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

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

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