Html Css Color HEX #B62E5A Old Rose

📋 copy color: '#B62E5A'

red 182 ◦ green 46 ◦ blue 90

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

Shades of Old Rose #B62E5A

Tints of Old Rose #B62E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 57.23%
G = 14.47%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B62E5A (or 0xB62E5A) is known color: Old Rose. HEX triplet: B6, 2E and 5A. RGB value is (182,46,90). Sum of RGB (Red+Green+Blue) = 182+46+90=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E5A is #49D1A5. Grayscale: #5B5B5B. Windows color (decimal): -4837798 or 5910198. OLE color: 5910198.

HSL color Cylindrical-coordinate representation of color #B62E5A: hue angle of 340.59º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E5A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 46 90 -
CMYK 0 0.75 0.51 0.29
HSL 340.59º 0.6% 0.45% -
HSV(B) 340.59º 0.75% 0.71% -
XYZ 22.11 12.64 10.95 -
YUV 91.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 182 46 90 0 0.75 0.51 0.29 340.59 0.6 0.45
Hex B6 2E 5A 0 4B 33 1D 155 3C 2D
Octal 266 56 132 0 113 63 35 525 74 55
Binary 10110110 101110 1011010 0 1001011 110011 11101 101010101 111100 101101

Color Harmonies of #B62E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E5A

Black with #B62E5A

Text Example


Text Example

White with #B62E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E5A; }

 p { color: rgb(182,46,90); }

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

background-color css

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

 a { background-color: rgb(182,46,90); }

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

border-color css

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

 span { border-color: rgb(182,46,90); }

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