Html Css Color HEX #B9384A Old Rose

📋 copy color: '#B9384A'

red 185 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B9384A

Tints of Old Rose #B9384A

RGB

 RED value IS 185 (72.66% from 255) = 58.73%

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

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

R = 58.73%
G = 17.78%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9384A (or 0xB9384A) is known color: Old Rose. HEX triplet: B9, 38 and 4A. RGB value is (185,56,74). Sum of RGB (Red+Green+Blue) = 185+56+74=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9384A is #46C7B5. Grayscale: #606060. Windows color (decimal): -4638646 or 4864185. OLE color: 4864185.

HSL color Cylindrical-coordinate representation of color #B9384A: hue angle of 351.63º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9384A is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 74 -
CMYK 0 0.70 0.6 0.27
HSL 351.63º 0.54% 0.47% -
HSV(B) 351.63º 0.7% 0.73% -
XYZ 22.66 13.64 7.92 -
YUV 96.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 185 56 74 0 0.70 0.6 0.27 351.63 0.54 0.47
Hex B9 38 4A 0 46 3C 1B 160 36 2F
Octal 271 70 112 0 106 74 33 540 66 57
Binary 10111001 111000 1001010 0 1000110 111100 11011 101100000 110110 101111

Color Harmonies of #B9384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9384A

Black with #B9384A

Text Example


Text Example

White with #B9384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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