Html Css Color HEX #B82E5A Old Rose

📋 copy color: '#B82E5A'

red 184 ◦ green 46 ◦ blue 90

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

Shades of Old Rose #B82E5A

Tints of Old Rose #B82E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 57.5%
G = 14.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B82E5A (or 0xB82E5A) is known color: Old Rose. HEX triplet: B8, 2E and 5A. RGB value is (184,46,90). Sum of RGB (Red+Green+Blue) = 184+46+90=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E5A is #47D1A5. Grayscale: #5C5C5C. Windows color (decimal): -4706726 or 5910200. OLE color: 5910200.

HSL color Cylindrical-coordinate representation of color #B82E5A: hue angle of 340.87º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E5A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 90 -
CMYK 0 0.75 0.51 0.28
HSL 340.87º 0.6% 0.45% -
HSV(B) 340.87º 0.75% 0.72% -
XYZ 22.59 12.88 10.97 -
YUV 92.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 184 46 90 0 0.75 0.51 0.28 340.87 0.6 0.45
Hex B8 2E 5A 0 4B 33 1C 155 3C 2D
Octal 270 56 132 0 113 63 34 525 74 55
Binary 10111000 101110 1011010 0 1001011 110011 11100 101010101 111100 101101

Color Harmonies of #B82E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E5A

Black with #B82E5A

Text Example


Text Example

White with #B82E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E5A; }

 p { color: rgb(184,46,90); }

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

background-color css

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

 a { background-color: rgb(184,46,90); }

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

border-color css

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

 span { border-color: rgb(184,46,90); }

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