Html Css Color HEX #B9384B Old Rose

📋 copy color: '#B9384B'

red 185 ◦ green 56 ◦ blue 75

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

Shades of Old Rose #B9384B

Tints of Old Rose #B9384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 58.54%
G = 17.72%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9384B (or 0xB9384B) is known color: Old Rose. HEX triplet: B9, 38 and 4B. RGB value is (185,56,75). Sum of RGB (Red+Green+Blue) = 185+56+75=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9384B is #46C7B4. Grayscale: #606060. Windows color (decimal): -4638645 or 4929721. OLE color: 4929721.

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

Color convert

RGB 185 56 75 -
CMYK 0 0.70 0.59 0.27
HSL 351.16º 0.54% 0.47% -
HSV(B) 351.16º 0.7% 0.73% -
XYZ 22.69 13.65 8.1 -
YUV 96.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 185 56 75 0 0.70 0.59 0.27 351.16 0.54 0.47
Hex B9 38 4B 0 46 3B 1B 15F 36 2F
Octal 271 70 113 0 106 73 33 537 66 57
Binary 10111001 111000 1001011 0 1000110 111011 11011 101011111 110110 101111

Color Harmonies of #B9384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9384B

Black with #B9384B

Text Example


Text Example

White with #B9384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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