Html Css Color HEX #B84046 Old Rose

📋 copy color: '#B84046'

red 184 ◦ green 64 ◦ blue 70

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

Shades of Old Rose #B84046

Tints of Old Rose #B84046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 57.86%
G = 20.13%
B = 22.01%

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

#B84046 (or 0xB84046) is known color: Old Rose. HEX triplet: B8, 40 and 46. RGB value is (184,64,70). Sum of RGB (Red+Green+Blue) = 184+64+70=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B84046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84046 is #47BFB9. Grayscale: #646464. Windows color (decimal): -4702138 or 4604088. OLE color: 4604088.

HSL color Cylindrical-coordinate representation of color #B84046: hue angle of 357º 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 #B84046 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 70 -
CMYK 0 0.65 0.62 0.28
HSL 357º 0.48% 0.49% -
HSV(B) 357º 0.65% 0.72% -
XYZ 22.71 14.3 7.36 -
YUV 100.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 184 64 70 0 0.65 0.62 0.28 357 0.48 0.49
Hex B8 40 46 0 41 3E 1C 165 30 31
Octal 270 100 106 0 101 76 34 545 60 61
Binary 10111000 1000000 1000110 0 1000001 111110 11100 101100101 110000 110001

Color Harmonies of #B84046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84046

Black with #B84046

Text Example


Text Example

White with #B84046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84046; }

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

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

background-color css

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

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

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

border-color css

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

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

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