Html Css Color HEX #B83449 Old Rose

📋 copy color: '#B83449'

red 184 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #B83449

Tints of Old Rose #B83449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 59.55%
G = 16.83%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B83449 (or 0xB83449) is known color: Old Rose. HEX triplet: B8, 34 and 49. RGB value is (184,52,73). Sum of RGB (Red+Green+Blue) = 184+52+73=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B83449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83449 is #47CBB6. Grayscale: #5D5D5D. Windows color (decimal): -4705207 or 4797624. OLE color: 4797624.

HSL color Cylindrical-coordinate representation of color #B83449: hue angle of 350.45º degrees, saturation: 0.56, 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 #B83449 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 73 -
CMYK 0 0.72 0.60 0.28
HSL 350.45º 0.56% 0.46% -
HSV(B) 350.45º 0.72% 0.72% -
XYZ 22.2 13.13 7.67 -
YUV 93.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 184 52 73 0 0.72 0.60 0.28 350.45 0.56 0.46
Hex B8 34 49 0 48 3C 1C 15E 38 2E
Octal 270 64 111 0 110 74 34 536 70 56
Binary 10111000 110100 1001001 0 1001000 111100 11100 101011110 111000 101110

Color Harmonies of #B83449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83449

Black with #B83449

Text Example


Text Example

White with #B83449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83449; }

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

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

background-color css

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

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

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

border-color css

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

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

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