Html Css Color HEX #B63D4E Old Rose

📋 copy color: '#B63D4E'

red 182 ◦ green 61 ◦ blue 78

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

Shades of Old Rose #B63D4E

Tints of Old Rose #B63D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 56.7%
G = 19%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B63D4E (or 0xB63D4E) is known color: Old Rose. HEX triplet: B6, 3D and 4E. RGB value is (182,61,78). Sum of RGB (Red+Green+Blue) = 182+61+78=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D4E is #49C2B1. Grayscale: #636363. Windows color (decimal): -4833970 or 5127606. OLE color: 5127606.

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

Color convert

RGB 182 61 78 -
CMYK 0 0.66 0.57 0.29
HSL 351.57º 0.5% 0.48% -
HSV(B) 351.57º 0.66% 0.71% -
XYZ 22.34 13.83 8.7 -
YUV 99.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 182 61 78 0 0.66 0.57 0.29 351.57 0.5 0.48
Hex B6 3D 4E 0 42 39 1D 160 32 30
Octal 266 75 116 0 102 71 35 540 62 60
Binary 10110110 111101 1001110 0 1000010 111001 11101 101100000 110010 110000

Color Harmonies of #B63D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D4E

Black with #B63D4E

Text Example


Text Example

White with #B63D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D4E; }

 p { color: rgb(182,61,78); }

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

background-color css

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

 a { background-color: rgb(182,61,78); }

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

border-color css

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

 span { border-color: rgb(182,61,78); }

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