Html Css Color HEX #B63256 Old Rose

📋 copy color: '#B63256'

red 182 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #B63256

Tints of Old Rose #B63256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 57.23%
G = 15.72%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B63256 (or 0xB63256) is known color: Old Rose. HEX triplet: B6, 32 and 56. RGB value is (182,50,86). Sum of RGB (Red+Green+Blue) = 182+50+86=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63256 is #49CDA9. Grayscale: #5D5D5D. Windows color (decimal): -4836778 or 5649078. OLE color: 5649078.

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

Color convert

RGB 182 50 86 -
CMYK 0 0.73 0.53 0.29
HSL 343.64º 0.57% 0.45% -
HSV(B) 343.64º 0.73% 0.71% -
XYZ 22.11 12.9 10.13 -
YUV 93.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 182 50 86 0 0.73 0.53 0.29 343.64 0.57 0.45
Hex B6 32 56 0 49 35 1D 158 39 2D
Octal 266 62 126 0 111 65 35 530 71 55
Binary 10110110 110010 1010110 0 1001001 110101 11101 101011000 111001 101101

Color Harmonies of #B63256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63256

Black with #B63256

Text Example


Text Example

White with #B63256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63256; }

 p { color: rgb(182,50,86); }

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

background-color css

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

 a { background-color: rgb(182,50,86); }

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

border-color css

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

 span { border-color: rgb(182,50,86); }

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