Html Css Color HEX #B8404A Old Rose

📋 copy color: '#B8404A'

red 184 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #B8404A

Tints of Old Rose #B8404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 57.14%
G = 19.88%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8404A (or 0xB8404A) is known color: Old Rose. HEX triplet: B8, 40 and 4A. RGB value is (184,64,74). Sum of RGB (Red+Green+Blue) = 184+64+74=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8404A is #47BFB5. Grayscale: #656565. Windows color (decimal): -4702134 or 4866232. OLE color: 4866232.

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

Color convert

RGB 184 64 74 -
CMYK 0 0.65 0.60 0.28
HSL 355º 0.48% 0.49% -
HSV(B) 355º 0.65% 0.72% -
XYZ 22.84 14.35 8.05 -
YUV 101.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 184 64 74 0 0.65 0.60 0.28 355 0.48 0.49
Hex B8 40 4A 0 41 3C 1C 163 30 31
Octal 270 100 112 0 101 74 34 543 60 61
Binary 10111000 1000000 1001010 0 1000001 111100 11100 101100011 110000 110001

Color Harmonies of #B8404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8404A

Black with #B8404A

Text Example


Text Example

White with #B8404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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