Html Css Color HEX #B62458 Old Rose

📋 copy color: '#B62458'

red 182 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B62458

Tints of Old Rose #B62458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 59.48%
G = 11.76%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B62458 (or 0xB62458) is known color: Old Rose. HEX triplet: B6, 24 and 58. RGB value is (182,36,88). Sum of RGB (Red+Green+Blue) = 182+36+88=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B62458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62458 is #49DBA7. Grayscale: #555555. Windows color (decimal): -4840360 or 5776566. OLE color: 5776566.

HSL color Cylindrical-coordinate representation of color #B62458: hue angle of 338.63º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62458 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 88 -
CMYK 0 0.80 0.52 0.29
HSL 338.63º 0.67% 0.43% -
HSV(B) 338.63º 0.8% 0.71% -
XYZ 21.68 11.91 10.39 -
YUV 85.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 182 36 88 0 0.80 0.52 0.29 338.63 0.67 0.43
Hex B6 24 58 0 50 34 1D 153 43 2B
Octal 266 44 130 0 120 64 35 523 103 53
Binary 10110110 100100 1011000 0 1010000 110100 11101 101010011 1000011 101011

Color Harmonies of #B62458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62458

Black with #B62458

Text Example


Text Example

White with #B62458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62458; }

 p { color: rgb(182,36,88); }

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

background-color css

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

 a { background-color: rgb(182,36,88); }

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

border-color css

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

 span { border-color: rgb(182,36,88); }

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