Html Css Color HEX #B84146 Old Rose

📋 copy color: '#B84146'

red 184 ◦ green 65 ◦ blue 70

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

Shades of Old Rose #B84146

Tints of Old Rose #B84146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 57.68%
G = 20.38%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84146 (or 0xB84146) is known color: Old Rose. HEX triplet: B8, 41 and 46. RGB value is (184,65,70). Sum of RGB (Red+Green+Blue) = 184+65+70=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B84146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84146 is #47BEB9. Grayscale: #656565. Windows color (decimal): -4701882 or 4604344. OLE color: 4604344.

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

Color convert

RGB 184 65 70 -
CMYK 0 0.65 0.62 0.28
HSL 357.48º 0.48% 0.49% -
HSV(B) 357.48º 0.65% 0.72% -
XYZ 22.76 14.41 7.38 -
YUV 101.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 184 65 70 0 0.65 0.62 0.28 357.48 0.48 0.49
Hex B8 41 46 0 41 3E 1C 165 30 31
Octal 270 101 106 0 101 76 34 545 60 61
Binary 10111000 1000001 1000110 0 1000001 111110 11100 101100101 110000 110001

Color Harmonies of #B84146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84146

Black with #B84146

Text Example


Text Example

White with #B84146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84146; }

 p { color: rgb(184,65,70); }

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

background-color css

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

 a { background-color: rgb(184,65,70); }

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

border-color css

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

 span { border-color: rgb(184,65,70); }

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