Html Css Color HEX #B62850 Old Rose

📋 copy color: '#B62850'

red 182 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B62850

Tints of Old Rose #B62850

RGB

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

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

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

R = 60.26%
G = 13.25%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B62850 (or 0xB62850) is known color: Old Rose. HEX triplet: B6, 28 and 50. RGB value is (182,40,80). Sum of RGB (Red+Green+Blue) = 182+40+80=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B62850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62850 is #49D7AF. Grayscale: #575757. Windows color (decimal): -4839344 or 5253302. OLE color: 5253302.

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

Color convert

RGB 182 40 80 -
CMYK 0 0.78 0.56 0.29
HSL 343.1º 0.64% 0.44% -
HSV(B) 343.1º 0.78% 0.71% -
XYZ 21.5 12.04 8.78 -
YUV 87.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 182 40 80 0 0.78 0.56 0.29 343.1 0.64 0.44
Hex B6 28 50 0 4E 38 1D 157 40 2C
Octal 266 50 120 0 116 70 35 527 100 54
Binary 10110110 101000 1010000 0 1001110 111000 11101 101010111 1000000 101100

Color Harmonies of #B62850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62850

Black with #B62850

Text Example


Text Example

White with #B62850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62850; }

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

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

background-color css

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

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

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

border-color css

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

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

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