Html Css Color HEX #B82257 Old Rose

📋 copy color: '#B82257'

red 184 ◦ green 34 ◦ blue 87

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

Shades of Old Rose #B82257

Tints of Old Rose #B82257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 60.33%
G = 11.15%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B82257 (or 0xB82257) is known color: Old Rose. HEX triplet: B8, 22 and 57. RGB value is (184,34,87). Sum of RGB (Red+Green+Blue) = 184+34+87=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B82257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82257 is #47DDA8. Grayscale: #545454. Windows color (decimal): -4709801 or 5710520. OLE color: 5710520.

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

Color convert

RGB 184 34 87 -
CMYK 0 0.82 0.53 0.28
HSL 338.8º 0.69% 0.43% -
HSV(B) 338.8º 0.82% 0.72% -
XYZ 22.06 12.02 10.17 -
YUV 84.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 184 34 87 0 0.82 0.53 0.28 338.8 0.69 0.43
Hex B8 22 57 0 52 35 1C 153 45 2B
Octal 270 42 127 0 122 65 34 523 105 53
Binary 10111000 100010 1010111 0 1010010 110101 11100 101010011 1000101 101011

Color Harmonies of #B82257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82257

Black with #B82257

Text Example


Text Example

White with #B82257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82257; }

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

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

background-color css

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

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

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

border-color css

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

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

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