Html Css Color HEX #B82850 Old Rose

📋 copy color: '#B82850'

red 184 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B82850

Tints of Old Rose #B82850

RGB

 RED value IS 184 (72.27% from 255) = 60.53%

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

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

R = 60.53%
G = 13.16%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B82850 (or 0xB82850) is known color: Old Rose. HEX triplet: B8, 28 and 50. RGB value is (184,40,80). Sum of RGB (Red+Green+Blue) = 184+40+80=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82850 is #47D7AF. Grayscale: #575757. Windows color (decimal): -4708272 or 5253304. OLE color: 5253304.

HSL color Cylindrical-coordinate representation of color #B82850: hue angle of 343.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82850 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 80 -
CMYK 0 0.78 0.57 0.28
HSL 343.33º 0.64% 0.44% -
HSV(B) 343.33º 0.78% 0.72% -
XYZ 21.97 12.29 8.8 -
YUV 87.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 184 40 80 0 0.78 0.57 0.28 343.33 0.64 0.44
Hex B8 28 50 0 4E 39 1C 157 40 2C
Octal 270 50 120 0 116 71 34 527 100 54
Binary 10111000 101000 1010000 0 1001110 111001 11100 101010111 1000000 101100

Color Harmonies of #B82850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82850

Black with #B82850

Text Example


Text Example

White with #B82850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82850; }

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

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

background-color css

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

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

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

border-color css

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

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

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