Html Css Color HEX #B8384A Old Rose

📋 copy color: '#B8384A'

red 184 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B8384A

Tints of Old Rose #B8384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 58.6%
G = 17.83%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8384A (or 0xB8384A) is known color: Old Rose. HEX triplet: B8, 38 and 4A. RGB value is (184,56,74). Sum of RGB (Red+Green+Blue) = 184+56+74=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8384A is #47C7B5. Grayscale: #606060. Windows color (decimal): -4704182 or 4864184. OLE color: 4864184.

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

Color convert

RGB 184 56 74 -
CMYK 0 0.70 0.60 0.28
HSL 351.56º 0.53% 0.47% -
HSV(B) 351.56º 0.7% 0.72% -
XYZ 22.42 13.51 7.91 -
YUV 96.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 184 56 74 0 0.70 0.60 0.28 351.56 0.53 0.47
Hex B8 38 4A 0 46 3C 1C 160 35 2F
Octal 270 70 112 0 106 74 34 540 65 57
Binary 10111000 111000 1001010 0 1000110 111100 11100 101100000 110101 101111

Color Harmonies of #B8384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8384A

Black with #B8384A

Text Example


Text Example

White with #B8384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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