Html Css Color HEX #B63950 Old Rose

📋 copy color: '#B63950'

red 182 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #B63950

Tints of Old Rose #B63950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 57.05%
G = 17.87%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B63950 (or 0xB63950) is known color: Old Rose. HEX triplet: B6, 39 and 50. RGB value is (182,57,80). Sum of RGB (Red+Green+Blue) = 182+57+80=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B63950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63950 is #49C6AF. Grayscale: #616161. Windows color (decimal): -4834992 or 5257654. OLE color: 5257654.

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

Color convert

RGB 182 57 80 -
CMYK 0 0.69 0.56 0.29
HSL 348.96º 0.52% 0.47% -
HSV(B) 348.96º 0.69% 0.71% -
XYZ 22.2 13.45 9.02 -
YUV 97 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 182 57 80 0 0.69 0.56 0.29 348.96 0.52 0.47
Hex B6 39 50 0 45 38 1D 15D 34 2F
Octal 266 71 120 0 105 70 35 535 64 57
Binary 10110110 111001 1010000 0 1000101 111000 11101 101011101 110100 101111

Color Harmonies of #B63950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63950

Black with #B63950

Text Example


Text Example

White with #B63950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63950; }

 p { color: rgb(182,57,80); }

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

background-color css

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

 a { background-color: rgb(182,57,80); }

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

border-color css

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

 span { border-color: rgb(182,57,80); }

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