Html Css Color HEX #B83B55 Old Rose

📋 copy color: '#B83B55'

red 184 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #B83B55

Tints of Old Rose #B83B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 56.1%
G = 17.99%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B83B55 (or 0xB83B55) is known color: Old Rose. HEX triplet: B8, 3B and 55. RGB value is (184,59,85). Sum of RGB (Red+Green+Blue) = 184+59+85=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B55 is #47C4AA. Grayscale: #636363. Windows color (decimal): -4703403 or 5585848. OLE color: 5585848.

HSL color Cylindrical-coordinate representation of color #B83B55: hue angle of 347.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B55 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 59 85 -
CMYK 0 0.68 0.54 0.28
HSL 347.52º 0.51% 0.48% -
HSV(B) 347.52º 0.68% 0.72% -
XYZ 22.97 13.97 10.08 -
YUV 99.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 184 59 85 0 0.68 0.54 0.28 347.52 0.51 0.48
Hex B8 3B 55 0 44 36 1C 15C 33 30
Octal 270 73 125 0 104 66 34 534 63 60
Binary 10111000 111011 1010101 0 1000100 110110 11100 101011100 110011 110000

Color Harmonies of #B83B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B55

Black with #B83B55

Text Example


Text Example

White with #B83B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B55; }

 p { color: rgb(184,59,85); }

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

background-color css

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

 a { background-color: rgb(184,59,85); }

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

border-color css

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

 span { border-color: rgb(184,59,85); }

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