Html Css Color HEX #B82751 Old Rose

📋 copy color: '#B82751'

red 184 ◦ green 39 ◦ blue 81

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

Shades of Old Rose #B82751

Tints of Old Rose #B82751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 60.53%
G = 12.83%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B82751 (or 0xB82751) is known color: Old Rose. HEX triplet: B8, 27 and 51. RGB value is (184,39,81). Sum of RGB (Red+Green+Blue) = 184+39+81=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82751 is #47D8AE. Grayscale: #575757. Windows color (decimal): -4708527 or 5318584. OLE color: 5318584.

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

Color convert

RGB 184 39 81 -
CMYK 0 0.79 0.56 0.28
HSL 342.62º 0.65% 0.44% -
HSV(B) 342.62º 0.79% 0.72% -
XYZ 21.98 12.24 8.99 -
YUV 87.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 184 39 81 0 0.79 0.56 0.28 342.62 0.65 0.44
Hex B8 27 51 0 4F 38 1C 157 41 2C
Octal 270 47 121 0 117 70 34 527 101 54
Binary 10111000 100111 1010001 0 1001111 111000 11100 101010111 1000001 101100

Color Harmonies of #B82751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82751

Black with #B82751

Text Example


Text Example

White with #B82751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82751; }

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

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

background-color css

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

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

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

border-color css

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

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

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