Html Css Color HEX #BD395C Old Rose

📋 copy color: '#BD395C'

red 189 ◦ green 57 ◦ blue 92

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

Shades of Old Rose #BD395C

Tints of Old Rose #BD395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 55.92%
G = 16.86%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD395C (or 0xBD395C) is known color: Old Rose. HEX triplet: BD, 39 and 5C. RGB value is (189,57,92). Sum of RGB (Red+Green+Blue) = 189+57+92=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD395C is #42C6A3. Grayscale: #646464. Windows color (decimal): -4376228 or 6044093. OLE color: 6044093.

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

Color convert

RGB 189 57 92 -
CMYK 0 0.70 0.51 0.26
HSL 344.09º 0.54% 0.48% -
HSV(B) 344.09º 0.7% 0.74% -
XYZ 24.38 14.52 11.64 -
YUV 100.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 189 57 92 0 0.70 0.51 0.26 344.09 0.54 0.48
Hex BD 39 5C 0 46 33 1A 158 36 30
Octal 275 71 134 0 106 63 32 530 66 60
Binary 10111101 111001 1011100 0 1000110 110011 11010 101011000 110110 110000

Color Harmonies of #BD395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD395C

Black with #BD395C

Text Example


Text Example

White with #BD395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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