Html Css Color HEX #B81752 Old Rose

📋 copy color: '#B81752'

red 184 ◦ green 23 ◦ blue 82

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

Shades of Old Rose #B81752

Tints of Old Rose #B81752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 63.67%
G = 7.96%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B81752 (or 0xB81752) is known color: Old Rose. HEX triplet: B8, 17 and 52. RGB value is (184,23,82). Sum of RGB (Red+Green+Blue) = 184+23+82=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B81752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81752 is #47E8AD. Grayscale: #4D4D4D. Windows color (decimal): -4712622 or 5380024. OLE color: 5380024.

HSL color Cylindrical-coordinate representation of color #B81752: hue angle of 338.01º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81752 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 82 -
CMYK 0 0.88 0.55 0.28
HSL 338.01º 0.78% 0.41% -
HSV(B) 338.01º 0.88% 0.72% -
XYZ 21.6 11.41 9.05 -
YUV 77.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 184 23 82 0 0.88 0.55 0.28 338.01 0.78 0.41
Hex B8 17 52 0 58 37 1C 152 4E 29
Octal 270 27 122 0 130 67 34 522 116 51
Binary 10111000 10111 1010010 0 1011000 110111 11100 101010010 1001110 101001

Color Harmonies of #B81752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81752

Black with #B81752

Text Example


Text Example

White with #B81752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81752; }

 p { color: rgb(184,23,82); }

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

background-color css

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

 a { background-color: rgb(184,23,82); }

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

border-color css

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

 span { border-color: rgb(184,23,82); }

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