Html Css Color HEX #B63547 Old Rose

📋 copy color: '#B63547'

red 182 ◦ green 53 ◦ blue 71

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

Shades of Old Rose #B63547

Tints of Old Rose #B63547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 59.48%
G = 17.32%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B63547 (or 0xB63547) is known color: Old Rose. HEX triplet: B6, 35 and 47. RGB value is (182,53,71). Sum of RGB (Red+Green+Blue) = 182+53+71=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B63547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63547 is #49CAB8. Grayscale: #5D5D5D. Windows color (decimal): -4836025 or 4666806. OLE color: 4666806.

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

Color convert

RGB 182 53 71 -
CMYK 0 0.71 0.61 0.29
HSL 351.63º 0.55% 0.46% -
HSV(B) 351.63º 0.71% 0.71% -
XYZ 21.7 12.95 7.32 -
YUV 93.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 182 53 71 0 0.71 0.61 0.29 351.63 0.55 0.46
Hex B6 35 47 0 47 3D 1D 160 37 2E
Octal 266 65 107 0 107 75 35 540 67 56
Binary 10110110 110101 1000111 0 1000111 111101 11101 101100000 110111 101110

Color Harmonies of #B63547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63547

Black with #B63547

Text Example


Text Example

White with #B63547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63547; }

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

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

background-color css

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

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

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

border-color css

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

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

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