Html Css Color HEX #BD3C5B Old Rose

📋 copy color: '#BD3C5B'

red 189 ◦ green 60 ◦ blue 91

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

Shades of Old Rose #BD3C5B

Tints of Old Rose #BD3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 55.59%
G = 17.65%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD3C5B (or 0xBD3C5B) is known color: Old Rose. HEX triplet: BD, 3C and 5B. RGB value is (189,60,91). Sum of RGB (Red+Green+Blue) = 189+60+91=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C5B is #42C3A4. Grayscale: #666666. Windows color (decimal): -4375461 or 5979325. OLE color: 5979325.

HSL color Cylindrical-coordinate representation of color #BD3C5B: hue angle of 345.58º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C5B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 91 -
CMYK 0 0.68 0.52 0.26
HSL 345.58º 0.52% 0.49% -
HSV(B) 345.58º 0.68% 0.74% -
XYZ 24.49 14.81 11.46 -
YUV 102.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 189 60 91 0 0.68 0.52 0.26 345.58 0.52 0.49
Hex BD 3C 5B 0 44 34 1A 15A 34 31
Octal 275 74 133 0 104 64 32 532 64 61
Binary 10111101 111100 1011011 0 1000100 110100 11010 101011010 110100 110001

Color Harmonies of #BD3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C5B

Black with #BD3C5B

Text Example


Text Example

White with #BD3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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