Html Css Color HEX #B63953 Old Rose

📋 copy color: '#B63953'

red 182 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #B63953

Tints of Old Rose #B63953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 56.52%
G = 17.7%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B63953 (or 0xB63953) is known color: Old Rose. HEX triplet: B6, 39 and 53. RGB value is (182,57,83). Sum of RGB (Red+Green+Blue) = 182+57+83=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B63953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63953 is #49C6AC. Grayscale: #616161. Windows color (decimal): -4834989 or 5454262. OLE color: 5454262.

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

Color convert

RGB 182 57 83 -
CMYK 0 0.69 0.54 0.29
HSL 347.52º 0.52% 0.47% -
HSV(B) 347.52º 0.69% 0.71% -
XYZ 22.32 13.5 9.61 -
YUV 97.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 182 57 83 0 0.69 0.54 0.29 347.52 0.52 0.47
Hex B6 39 53 0 45 36 1D 15C 34 2F
Octal 266 71 123 0 105 66 35 534 64 57
Binary 10110110 111001 1010011 0 1000101 110110 11101 101011100 110100 101111

Color Harmonies of #B63953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63953

Black with #B63953

Text Example


Text Example

White with #B63953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63953; }

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

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

background-color css

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

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

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

border-color css

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

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

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