Html Css Color HEX #B8414C Old Rose

📋 copy color: '#B8414C'

red 184 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #B8414C

Tints of Old Rose #B8414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 56.62%
G = 20%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8414C (or 0xB8414C) is known color: Old Rose. HEX triplet: B8, 41 and 4C. RGB value is (184,65,76). Sum of RGB (Red+Green+Blue) = 184+65+76=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8414C is #47BEB3. Grayscale: #656565. Windows color (decimal): -4701876 or 4997560. OLE color: 4997560.

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

Color convert

RGB 184 65 76 -
CMYK 0 0.65 0.59 0.28
HSL 354.45º 0.48% 0.49% -
HSV(B) 354.45º 0.65% 0.72% -
XYZ 22.96 14.49 8.42 -
YUV 101.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 184 65 76 0 0.65 0.59 0.28 354.45 0.48 0.49
Hex B8 41 4C 0 41 3B 1C 162 30 31
Octal 270 101 114 0 101 73 34 542 60 61
Binary 10111000 1000001 1001100 0 1000001 111011 11100 101100010 110000 110001

Color Harmonies of #B8414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8414C

Black with #B8414C

Text Example


Text Example

White with #B8414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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