Html Css Color HEX #B63D4A Old Rose

📋 copy color: '#B63D4A'

red 182 ◦ green 61 ◦ blue 74

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

Shades of Old Rose #B63D4A

Tints of Old Rose #B63D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 57.41%
G = 19.24%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B63D4A (or 0xB63D4A) is known color: Old Rose. HEX triplet: B6, 3D and 4A. RGB value is (182,61,74). Sum of RGB (Red+Green+Blue) = 182+61+74=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D4A is #49C2B5. Grayscale: #626262. Windows color (decimal): -4833974 or 4865462. OLE color: 4865462.

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

Color convert

RGB 182 61 74 -
CMYK 0 0.66 0.59 0.29
HSL 353.55º 0.5% 0.48% -
HSV(B) 353.55º 0.66% 0.71% -
XYZ 22.2 13.78 7.97 -
YUV 98.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 182 61 74 0 0.66 0.59 0.29 353.55 0.5 0.48
Hex B6 3D 4A 0 42 3B 1D 162 32 30
Octal 266 75 112 0 102 73 35 542 62 60
Binary 10110110 111101 1001010 0 1000010 111011 11101 101100010 110010 110000

Color Harmonies of #B63D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D4A

Black with #B63D4A

Text Example


Text Example

White with #B63D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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