Html Css Color HEX #B83149 Old Rose

📋 copy color: '#B83149'

red 184 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #B83149

Tints of Old Rose #B83149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 60.13%
G = 16.01%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B83149 (or 0xB83149) is known color: Old Rose. HEX triplet: B8, 31 and 49. RGB value is (184,49,73). Sum of RGB (Red+Green+Blue) = 184+49+73=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83149 is #47CEB6. Grayscale: #5C5C5C. Windows color (decimal): -4705975 or 4796856. OLE color: 4796856.

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

Color convert

RGB 184 49 73 -
CMYK 0 0.73 0.60 0.28
HSL 349.33º 0.58% 0.46% -
HSV(B) 349.33º 0.73% 0.72% -
XYZ 22.07 12.87 7.62 -
YUV 92.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 184 49 73 0 0.73 0.60 0.28 349.33 0.58 0.46
Hex B8 31 49 0 49 3C 1C 15D 3A 2E
Octal 270 61 111 0 111 74 34 535 72 56
Binary 10111000 110001 1001001 0 1001001 111100 11100 101011101 111010 101110

Color Harmonies of #B83149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83149

Black with #B83149

Text Example


Text Example

White with #B83149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83149; }

 p { color: rgb(184,49,73); }

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

background-color css

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

 a { background-color: rgb(184,49,73); }

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

border-color css

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

 span { border-color: rgb(184,49,73); }

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