Html Css Color HEX #B82457 Old Rose

📋 copy color: '#B82457'

red 184 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #B82457

Tints of Old Rose #B82457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 87 (34.38% from 255) = 28.34%

R = 59.93%
G = 11.73%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B82457 (or 0xB82457) is known color: Old Rose. HEX triplet: B8, 24 and 57. RGB value is (184,36,87). Sum of RGB (Red+Green+Blue) = 184+36+87=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82457 is #47DBA8. Grayscale: #565656. Windows color (decimal): -4709289 or 5711032. OLE color: 5711032.

HSL color Cylindrical-coordinate representation of color #B82457: hue angle of 339.32º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82457 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 87 -
CMYK 0 0.80 0.53 0.28
HSL 339.32º 0.67% 0.43% -
HSV(B) 339.32º 0.8% 0.72% -
XYZ 22.12 12.14 10.19 -
YUV 86.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 184 36 87 0 0.80 0.53 0.28 339.32 0.67 0.43
Hex B8 24 57 0 50 35 1C 153 43 2B
Octal 270 44 127 0 120 65 34 523 103 53
Binary 10111000 100100 1010111 0 1010000 110101 11100 101010011 1000011 101011

Color Harmonies of #B82457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82457

Black with #B82457

Text Example


Text Example

White with #B82457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82457; }

 p { color: rgb(184,36,87); }

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

background-color css

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

 a { background-color: rgb(184,36,87); }

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

border-color css

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

 span { border-color: rgb(184,36,87); }

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