Html Css Color HEX #BD395E Old Rose

📋 copy color: '#BD395E'

red 189 ◦ green 57 ◦ blue 94

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

Shades of Old Rose #BD395E

Tints of Old Rose #BD395E

RGB

 RED value IS 189 (74.22% from 255) = 55.59%

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 55.59%
G = 16.76%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD395E (or 0xBD395E) is known color: Old Rose. HEX triplet: BD, 39 and 5E. RGB value is (189,57,94). Sum of RGB (Red+Green+Blue) = 189+57+94=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD395E is #42C6A1. Grayscale: #646464. Windows color (decimal): -4376226 or 6175165. OLE color: 6175165.

HSL color Cylindrical-coordinate representation of color #BD395E: hue angle of 343.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD395E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 94 -
CMYK 0 0.70 0.50 0.26
HSL 343.18º 0.54% 0.48% -
HSV(B) 343.18º 0.7% 0.74% -
XYZ 24.47 14.55 12.11 -
YUV 100.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 189 57 94 0 0.70 0.50 0.26 343.18 0.54 0.48
Hex BD 39 5E 0 46 32 1A 157 36 30
Octal 275 71 136 0 106 62 32 527 66 60
Binary 10111101 111001 1011110 0 1000110 110010 11010 101010111 110110 110000

Color Harmonies of #BD395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD395E

Black with #BD395E

Text Example


Text Example

White with #BD395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD395E; }

 p { color: rgb(189,57,94); }

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

background-color css

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

 a { background-color: rgb(189,57,94); }

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

border-color css

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

 span { border-color: rgb(189,57,94); }

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