Html Css Color HEX #B83552 Old Rose

📋 copy color: '#B83552'

red 184 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #B83552

Tints of Old Rose #B83552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 57.68%
G = 16.61%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B83552 (or 0xB83552) is known color: Old Rose. HEX triplet: B8, 35 and 52. RGB value is (184,53,82). Sum of RGB (Red+Green+Blue) = 184+53+82=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83552 is #47CAAD. Grayscale: #5F5F5F. Windows color (decimal): -4704942 or 5387704. OLE color: 5387704.

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

Color convert

RGB 184 53 82 -
CMYK 0 0.71 0.55 0.28
HSL 346.72º 0.55% 0.46% -
HSV(B) 346.72º 0.71% 0.72% -
XYZ 22.56 13.35 9.37 -
YUV 95.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 184 53 82 0 0.71 0.55 0.28 346.72 0.55 0.46
Hex B8 35 52 0 47 37 1C 15B 37 2E
Octal 270 65 122 0 107 67 34 533 67 56
Binary 10111000 110101 1010010 0 1000111 110111 11100 101011011 110111 101110

Color Harmonies of #B83552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83552

Black with #B83552

Text Example


Text Example

White with #B83552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83552; }

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

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

background-color css

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

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

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

border-color css

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

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

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