Html Css Color HEX #B84048 Old Rose

📋 copy color: '#B84048'

red 184 ◦ green 64 ◦ blue 72

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

Shades of Old Rose #B84048

Tints of Old Rose #B84048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 57.5%
G = 20%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B84048 (or 0xB84048) is known color: Old Rose. HEX triplet: B8, 40 and 48. RGB value is (184,64,72). Sum of RGB (Red+Green+Blue) = 184+64+72=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84048 is #47BFB7. Grayscale: #646464. Windows color (decimal): -4702136 or 4735160. OLE color: 4735160.

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

Color convert

RGB 184 64 72 -
CMYK 0 0.65 0.61 0.28
HSL 356º 0.48% 0.49% -
HSV(B) 356º 0.65% 0.72% -
XYZ 22.77 14.33 7.7 -
YUV 100.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 184 64 72 0 0.65 0.61 0.28 356 0.48 0.49
Hex B8 40 48 0 41 3D 1C 164 30 31
Octal 270 100 110 0 101 75 34 544 60 61
Binary 10111000 1000000 1001000 0 1000001 111101 11100 101100100 110000 110001

Color Harmonies of #B84048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84048

Black with #B84048

Text Example


Text Example

White with #B84048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84048; }

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

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

background-color css

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

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

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

border-color css

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

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

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