Html Css Color HEX #B62846 Old Rose

📋 copy color: '#B62846'

red 182 ◦ green 40 ◦ blue 70

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

Shades of Old Rose #B62846

Tints of Old Rose #B62846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 62.33%
G = 13.7%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B62846 (or 0xB62846) is known color: Old Rose. HEX triplet: B6, 28 and 46. RGB value is (182,40,70). Sum of RGB (Red+Green+Blue) = 182+40+70=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B62846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62846 is #49D7B9. Grayscale: #555555. Windows color (decimal): -4839354 or 4597942. OLE color: 4597942.

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

Color convert

RGB 182 40 70 -
CMYK 0 0.78 0.62 0.29
HSL 347.32º 0.64% 0.44% -
HSV(B) 347.32º 0.78% 0.71% -
XYZ 21.16 11.9 6.98 -
YUV 85.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 182 40 70 0 0.78 0.62 0.29 347.32 0.64 0.44
Hex B6 28 46 0 4E 3E 1D 15B 40 2C
Octal 266 50 106 0 116 76 35 533 100 54
Binary 10110110 101000 1000110 0 1001110 111110 11101 101011011 1000000 101100

Color Harmonies of #B62846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62846

Black with #B62846

Text Example


Text Example

White with #B62846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62846; }

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

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

background-color css

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

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

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

border-color css

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

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

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