Html Css Color HEX #B62950 Old Rose

📋 copy color: '#B62950'

red 182 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #B62950

Tints of Old Rose #B62950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 60.07%
G = 13.53%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B62950 (or 0xB62950) is known color: Old Rose. HEX triplet: B6, 29 and 50. RGB value is (182,41,80). Sum of RGB (Red+Green+Blue) = 182+41+80=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B62950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62950 is #49D6AF. Grayscale: #575757. Windows color (decimal): -4839088 or 5253558. OLE color: 5253558.

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

Color convert

RGB 182 41 80 -
CMYK 0 0.77 0.56 0.29
HSL 343.4º 0.63% 0.44% -
HSV(B) 343.4º 0.77% 0.71% -
XYZ 21.53 12.11 8.79 -
YUV 87.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 182 41 80 0 0.77 0.56 0.29 343.4 0.63 0.44
Hex B6 29 50 0 4D 38 1D 157 3F 2C
Octal 266 51 120 0 115 70 35 527 77 54
Binary 10110110 101001 1010000 0 1001101 111000 11101 101010111 111111 101100

Color Harmonies of #B62950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62950

Black with #B62950

Text Example


Text Example

White with #B62950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62950; }

 p { color: rgb(182,41,80); }

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

background-color css

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

 a { background-color: rgb(182,41,80); }

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

border-color css

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

 span { border-color: rgb(182,41,80); }

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