Html Css Color HEX #B82251 Old Rose

📋 copy color: '#B82251'

red 184 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #B82251

Tints of Old Rose #B82251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 61.54%
G = 11.37%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B82251 (or 0xB82251) is known color: Old Rose. HEX triplet: B8, 22 and 51. RGB value is (184,34,81). Sum of RGB (Red+Green+Blue) = 184+34+81=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B82251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82251 is #47DDAE. Grayscale: #545454. Windows color (decimal): -4709807 or 5317304. OLE color: 5317304.

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

Color convert

RGB 184 34 81 -
CMYK 0 0.82 0.56 0.28
HSL 341.2º 0.69% 0.43% -
HSV(B) 341.2º 0.82% 0.72% -
XYZ 21.82 11.93 8.94 -
YUV 84.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 184 34 81 0 0.82 0.56 0.28 341.2 0.69 0.43
Hex B8 22 51 0 52 38 1C 155 45 2B
Octal 270 42 121 0 122 70 34 525 105 53
Binary 10111000 100010 1010001 0 1010010 111000 11100 101010101 1000101 101011

Color Harmonies of #B82251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82251

Black with #B82251

Text Example


Text Example

White with #B82251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82251; }

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

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

background-color css

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

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

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

border-color css

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

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

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