Html Css Color HEX #B83355 Old Rose

📋 copy color: '#B83355'

red 184 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #B83355

Tints of Old Rose #B83355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 57.5%
G = 15.94%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B83355 (or 0xB83355) is known color: Old Rose. HEX triplet: B8, 33 and 55. RGB value is (184,51,85). Sum of RGB (Red+Green+Blue) = 184+51+85=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B83355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83355 is #47CCAA. Grayscale: #5E5E5E. Windows color (decimal): -4705451 or 5583800. OLE color: 5583800.

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

Color convert

RGB 184 51 85 -
CMYK 0 0.72 0.54 0.28
HSL 344.66º 0.57% 0.46% -
HSV(B) 344.66º 0.72% 0.72% -
XYZ 22.59 13.21 9.95 -
YUV 94.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 184 51 85 0 0.72 0.54 0.28 344.66 0.57 0.46
Hex B8 33 55 0 48 36 1C 159 39 2E
Octal 270 63 125 0 110 66 34 531 71 56
Binary 10111000 110011 1010101 0 1001000 110110 11100 101011001 111001 101110

Color Harmonies of #B83355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83355

Black with #B83355

Text Example


Text Example

White with #B83355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83355; }

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

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

background-color css

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

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

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

border-color css

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

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

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