Html Css Color HEX #B83553 Old Rose

📋 copy color: '#B83553'

red 184 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #B83553

Tints of Old Rose #B83553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 57.5%
G = 16.56%
B = 25.94%

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

#B83553 (or 0xB83553) is known color: Old Rose. HEX triplet: B8, 35 and 53. RGB value is (184,53,83). Sum of RGB (Red+Green+Blue) = 184+53+83=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B83553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83553 is #47CAAC. Grayscale: #5F5F5F. Windows color (decimal): -4704941 or 5453240. OLE color: 5453240.

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

Color convert

RGB 184 53 83 -
CMYK 0 0.71 0.55 0.28
HSL 346.26º 0.55% 0.46% -
HSV(B) 346.26º 0.71% 0.72% -
XYZ 22.6 13.36 9.57 -
YUV 95.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 184 53 83 0 0.71 0.55 0.28 346.26 0.55 0.46
Hex B8 35 53 0 47 37 1C 15A 37 2E
Octal 270 65 123 0 107 67 34 532 67 56
Binary 10111000 110101 1010011 0 1000111 110111 11100 101011010 110111 101110

Color Harmonies of #B83553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83553

Black with #B83553

Text Example


Text Example

White with #B83553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83553; }

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

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

background-color css

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

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

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

border-color css

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

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

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