Html Css Color HEX #BD3B5A Old Rose

📋 copy color: '#BD3B5A'

red 189 ◦ green 59 ◦ blue 90

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

Shades of Old Rose #BD3B5A

Tints of Old Rose #BD3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 55.92%
G = 17.46%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD3B5A (or 0xBD3B5A) is known color: Old Rose. HEX triplet: BD, 3B and 5A. RGB value is (189,59,90). Sum of RGB (Red+Green+Blue) = 189+59+90=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B5A is #42C4A5. Grayscale: #656565. Windows color (decimal): -4375718 or 5913533. OLE color: 5913533.

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

Color convert

RGB 189 59 90 -
CMYK 0 0.69 0.52 0.26
HSL 345.69º 0.52% 0.49% -
HSV(B) 345.69º 0.69% 0.74% -
XYZ 24.4 14.68 11.22 -
YUV 101.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 189 59 90 0 0.69 0.52 0.26 345.69 0.52 0.49
Hex BD 3B 5A 0 45 34 1A 15A 34 31
Octal 275 73 132 0 105 64 32 532 64 61
Binary 10111101 111011 1011010 0 1000101 110100 11010 101011010 110100 110001

Color Harmonies of #BD3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B5A

Black with #BD3B5A

Text Example


Text Example

White with #BD3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B5A; }

 p { color: rgb(189,59,90); }

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

background-color css

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

 a { background-color: rgb(189,59,90); }

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

border-color css

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

 span { border-color: rgb(189,59,90); }

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