Html Css Color HEX #B63C47 Old Rose

📋 copy color: '#B63C47'

red 182 ◦ green 60 ◦ blue 71

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

Shades of Old Rose #B63C47

Tints of Old Rose #B63C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 58.15%
G = 19.17%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B63C47 (or 0xB63C47) is known color: Old Rose. HEX triplet: B6, 3C and 47. RGB value is (182,60,71). Sum of RGB (Red+Green+Blue) = 182+60+71=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C47 is #49C3B8. Grayscale: #616161. Windows color (decimal): -4834233 or 4668598. OLE color: 4668598.

HSL color Cylindrical-coordinate representation of color #B63C47: hue angle of 354.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C47 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 71 -
CMYK 0 0.67 0.61 0.29
HSL 354.59º 0.5% 0.47% -
HSV(B) 354.59º 0.67% 0.71% -
XYZ 22.04 13.63 7.43 -
YUV 97.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 182 60 71 0 0.67 0.61 0.29 354.59 0.5 0.47
Hex B6 3C 47 0 43 3D 1D 163 32 2F
Octal 266 74 107 0 103 75 35 543 62 57
Binary 10110110 111100 1000111 0 1000011 111101 11101 101100011 110010 101111

Color Harmonies of #B63C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C47

Black with #B63C47

Text Example


Text Example

White with #B63C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C47; }

 p { color: rgb(182,60,71); }

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

background-color css

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

 a { background-color: rgb(182,60,71); }

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

border-color css

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

 span { border-color: rgb(182,60,71); }

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