Html Css Color HEX #B62849 Old Rose

📋 copy color: '#B62849'

red 182 ◦ green 40 ◦ blue 73

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

Shades of Old Rose #B62849

Tints of Old Rose #B62849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 61.69%
G = 13.56%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B62849 (or 0xB62849) is known color: Old Rose. HEX triplet: B6, 28 and 49. RGB value is (182,40,73). Sum of RGB (Red+Green+Blue) = 182+40+73=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B62849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62849 is #49D7B6. Grayscale: #565656. Windows color (decimal): -4839351 or 4794550. OLE color: 4794550.

HSL color Cylindrical-coordinate representation of color #B62849: hue angle of 346.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62849 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 73 -
CMYK 0 0.78 0.60 0.29
HSL 346.06º 0.64% 0.44% -
HSV(B) 346.06º 0.78% 0.71% -
XYZ 21.25 11.94 7.49 -
YUV 86.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 182 40 73 0 0.78 0.60 0.29 346.06 0.64 0.44
Hex B6 28 49 0 4E 3C 1D 15A 40 2C
Octal 266 50 111 0 116 74 35 532 100 54
Binary 10110110 101000 1001001 0 1001110 111100 11101 101011010 1000000 101100

Color Harmonies of #B62849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62849

Black with #B62849

Text Example


Text Example

White with #B62849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62849; }

 p { color: rgb(182,40,73); }

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

background-color css

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

 a { background-color: rgb(182,40,73); }

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

border-color css

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

 span { border-color: rgb(182,40,73); }

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