Html Css Color HEX #B63247 Old Rose

📋 copy color: '#B63247'

red 182 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #B63247

Tints of Old Rose #B63247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 60.07%
G = 16.5%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B63247 (or 0xB63247) is known color: Old Rose. HEX triplet: B6, 32 and 47. RGB value is (182,50,71). Sum of RGB (Red+Green+Blue) = 182+50+71=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B63247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63247 is #49CDB8. Grayscale: #5B5B5B. Windows color (decimal): -4836793 or 4666038. OLE color: 4666038.

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

Color convert

RGB 182 50 71 -
CMYK 0 0.73 0.61 0.29
HSL 350.45º 0.57% 0.45% -
HSV(B) 350.45º 0.73% 0.71% -
XYZ 21.57 12.68 7.27 -
YUV 91.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 182 50 71 0 0.73 0.61 0.29 350.45 0.57 0.45
Hex B6 32 47 0 49 3D 1D 15E 39 2D
Octal 266 62 107 0 111 75 35 536 71 55
Binary 10110110 110010 1000111 0 1001001 111101 11101 101011110 111001 101101

Color Harmonies of #B63247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63247

Black with #B63247

Text Example


Text Example

White with #B63247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63247; }

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

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

background-color css

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

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

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

border-color css

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

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

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