Html Css Color HEX #B63254 Old Rose

📋 copy color: '#B63254'

red 182 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #B63254

Tints of Old Rose #B63254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 57.59%
G = 15.82%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B63254 (or 0xB63254) is known color: Old Rose. HEX triplet: B6, 32 and 54. RGB value is (182,50,84). Sum of RGB (Red+Green+Blue) = 182+50+84=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B63254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63254 is #49CDAB. Grayscale: #5D5D5D. Windows color (decimal): -4836780 or 5518006. OLE color: 5518006.

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

Color convert

RGB 182 50 84 -
CMYK 0 0.73 0.54 0.29
HSL 344.55º 0.57% 0.45% -
HSV(B) 344.55º 0.73% 0.71% -
XYZ 22.03 12.87 9.71 -
YUV 93.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 182 50 84 0 0.73 0.54 0.29 344.55 0.57 0.45
Hex B6 32 54 0 49 36 1D 159 39 2D
Octal 266 62 124 0 111 66 35 531 71 55
Binary 10110110 110010 1010100 0 1001001 110110 11101 101011001 111001 101101

Color Harmonies of #B63254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63254

Black with #B63254

Text Example


Text Example

White with #B63254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63254; }

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

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

background-color css

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

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

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

border-color css

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

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

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