Html Css Color HEX #BD395B Old Rose

📋 copy color: '#BD395B'

red 189 ◦ green 57 ◦ blue 91

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

Shades of Old Rose #BD395B

Tints of Old Rose #BD395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 56.08%
G = 16.91%
B = 27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD395B (or 0xBD395B) is known color: Old Rose. HEX triplet: BD, 39 and 5B. RGB value is (189,57,91). Sum of RGB (Red+Green+Blue) = 189+57+91=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD395B is #42C6A4. Grayscale: #646464. Windows color (decimal): -4376229 or 5978557. OLE color: 5978557.

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

Color convert

RGB 189 57 91 -
CMYK 0 0.70 0.52 0.26
HSL 344.55º 0.54% 0.48% -
HSV(B) 344.55º 0.7% 0.74% -
XYZ 24.34 14.5 11.41 -
YUV 100.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 189 57 91 0 0.70 0.52 0.26 344.55 0.54 0.48
Hex BD 39 5B 0 46 34 1A 159 36 30
Octal 275 71 133 0 106 64 32 531 66 60
Binary 10111101 111001 1011011 0 1000110 110100 11010 101011001 110110 110000

Color Harmonies of #BD395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD395B

Black with #BD395B

Text Example


Text Example

White with #BD395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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