Html Css Color HEX #B62B5D Old Rose

📋 copy color: '#B62B5D'

red 182 ◦ green 43 ◦ blue 93

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

Shades of Old Rose #B62B5D

Tints of Old Rose #B62B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 57.23%
G = 13.52%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B62B5D (or 0xB62B5D) is known color: Old Rose. HEX triplet: B6, 2B and 5D. RGB value is (182,43,93). Sum of RGB (Red+Green+Blue) = 182+43+93=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B5D is #49D4A2. Grayscale: #5A5A5A. Windows color (decimal): -4838563 or 6106038. OLE color: 6106038.

HSL color Cylindrical-coordinate representation of color #B62B5D: hue angle of 338.42º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B5D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 93 -
CMYK 0 0.76 0.49 0.29
HSL 338.42º 0.62% 0.44% -
HSV(B) 338.42º 0.76% 0.71% -
XYZ 22.13 12.46 11.6 -
YUV 90.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 182 43 93 0 0.76 0.49 0.29 338.42 0.62 0.44
Hex B6 2B 5D 0 4C 31 1D 152 3E 2C
Octal 266 53 135 0 114 61 35 522 76 54
Binary 10110110 101011 1011101 0 1001100 110001 11101 101010010 111110 101100

Color Harmonies of #B62B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B5D

Black with #B62B5D

Text Example


Text Example

White with #B62B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B5D; }

 p { color: rgb(182,43,93); }

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

background-color css

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

 a { background-color: rgb(182,43,93); }

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

border-color css

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

 span { border-color: rgb(182,43,93); }

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