Html Css Color HEX #B8424A Old Rose

📋 copy color: '#B8424A'

red 184 ◦ green 66 ◦ blue 74

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

Shades of Old Rose #B8424A

Tints of Old Rose #B8424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 56.79%
G = 20.37%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8424A (or 0xB8424A) is known color: Old Rose. HEX triplet: B8, 42 and 4A. RGB value is (184,66,74). Sum of RGB (Red+Green+Blue) = 184+66+74=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8424A is #47BDB5. Grayscale: #666666. Windows color (decimal): -4701622 or 4866744. OLE color: 4866744.

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

Color convert

RGB 184 66 74 -
CMYK 0 0.64 0.60 0.28
HSL 355.93º 0.47% 0.49% -
HSV(B) 355.93º 0.64% 0.72% -
XYZ 22.95 14.58 8.08 -
YUV 102.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 184 66 74 0 0.64 0.60 0.28 355.93 0.47 0.49
Hex B8 42 4A 0 40 3C 1C 164 2F 31
Octal 270 102 112 0 100 74 34 544 57 61
Binary 10111000 1000010 1001010 0 1000000 111100 11100 101100100 101111 110001

Color Harmonies of #B8424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8424A

Black with #B8424A

Text Example


Text Example

White with #B8424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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