Html Css Color HEX #B62047 Old Rose

📋 copy color: '#B62047'

red 182 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #B62047

Tints of Old Rose #B62047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 63.86%
G = 11.23%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B62047 (or 0xB62047) is known color: Old Rose. HEX triplet: B6, 20 and 47. RGB value is (182,32,71). Sum of RGB (Red+Green+Blue) = 182+32+71=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62047 is #49DFB8. Grayscale: #515151. Windows color (decimal): -4841401 or 4661430. OLE color: 4661430.

HSL color Cylindrical-coordinate representation of color #B62047: hue angle of 344.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62047 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 71 -
CMYK 0 0.82 0.61 0.29
HSL 344.4º 0.7% 0.42% -
HSV(B) 344.4º 0.82% 0.71% -
XYZ 20.95 11.43 7.06 -
YUV 81.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 182 32 71 0 0.82 0.61 0.29 344.4 0.7 0.42
Hex B6 20 47 0 52 3D 1D 158 46 2A
Octal 266 40 107 0 122 75 35 530 106 52
Binary 10110110 100000 1000111 0 1010010 111101 11101 101011000 1000110 101010

Color Harmonies of #B62047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62047

Black with #B62047

Text Example


Text Example

White with #B62047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62047; }

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

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

background-color css

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

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

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

border-color css

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

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

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