Html Css Color HEX #B8394A Old Rose

📋 copy color: '#B8394A'

red 184 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #B8394A

Tints of Old Rose #B8394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 58.41%
G = 18.1%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8394A (or 0xB8394A) is known color: Old Rose. HEX triplet: B8, 39 and 4A. RGB value is (184,57,74). Sum of RGB (Red+Green+Blue) = 184+57+74=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8394A is #47C6B5. Grayscale: #606060. Windows color (decimal): -4703926 or 4864440. OLE color: 4864440.

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

Color convert

RGB 184 57 74 -
CMYK 0 0.69 0.60 0.28
HSL 351.97º 0.53% 0.47% -
HSV(B) 351.97º 0.69% 0.72% -
XYZ 22.47 13.61 7.92 -
YUV 96.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 184 57 74 0 0.69 0.60 0.28 351.97 0.53 0.47
Hex B8 39 4A 0 45 3C 1C 160 35 2F
Octal 270 71 112 0 105 74 34 540 65 57
Binary 10111000 111001 1001010 0 1000101 111100 11100 101100000 110101 101111

Color Harmonies of #B8394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8394A

Black with #B8394A

Text Example


Text Example

White with #B8394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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