Html Css Color HEX #B62847 Old Rose

📋 copy color: '#B62847'

red 182 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #B62847

Tints of Old Rose #B62847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 62.12%
G = 13.65%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B62847 (or 0xB62847) is known color: Old Rose. HEX triplet: B6, 28 and 47. RGB value is (182,40,71). Sum of RGB (Red+Green+Blue) = 182+40+71=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B62847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62847 is #49D7B8. Grayscale: #565656. Windows color (decimal): -4839353 or 4663478. OLE color: 4663478.

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

Color convert

RGB 182 40 71 -
CMYK 0 0.78 0.61 0.29
HSL 346.9º 0.64% 0.44% -
HSV(B) 346.9º 0.78% 0.71% -
XYZ 21.19 11.92 7.14 -
YUV 85.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 182 40 71 0 0.78 0.61 0.29 346.9 0.64 0.44
Hex B6 28 47 0 4E 3D 1D 15B 40 2C
Octal 266 50 107 0 116 75 35 533 100 54
Binary 10110110 101000 1000111 0 1001110 111101 11101 101011011 1000000 101100

Color Harmonies of #B62847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62847

Black with #B62847

Text Example


Text Example

White with #B62847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62847; }

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

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

background-color css

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

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

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

border-color css

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

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

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