Html Css Color HEX #B63558 Old Rose

📋 copy color: '#B63558'

red 182 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #B63558

Tints of Old Rose #B63558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 56.35%
G = 16.41%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B63558 (or 0xB63558) is known color: Old Rose. HEX triplet: B6, 35 and 58. RGB value is (182,53,88). Sum of RGB (Red+Green+Blue) = 182+53+88=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B63558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63558 is #49CAA7. Grayscale: #5F5F5F. Windows color (decimal): -4836008 or 5780918. OLE color: 5780918.

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

Color convert

RGB 182 53 88 -
CMYK 0 0.71 0.52 0.29
HSL 343.72º 0.55% 0.46% -
HSV(B) 343.72º 0.71% 0.71% -
XYZ 22.33 13.2 10.6 -
YUV 95.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 182 53 88 0 0.71 0.52 0.29 343.72 0.55 0.46
Hex B6 35 58 0 47 34 1D 158 37 2E
Octal 266 65 130 0 107 64 35 530 67 56
Binary 10110110 110101 1011000 0 1000111 110100 11101 101011000 110111 101110

Color Harmonies of #B63558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63558

Black with #B63558

Text Example


Text Example

White with #B63558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63558; }

 p { color: rgb(182,53,88); }

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

background-color css

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

 a { background-color: rgb(182,53,88); }

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

border-color css

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

 span { border-color: rgb(182,53,88); }

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