Html Css Color HEX #BD1B5B Old Rose

📋 copy color: '#BD1B5B'

red 189 ◦ green 27 ◦ blue 91

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

Shades of Old Rose #BD1B5B

Tints of Old Rose #BD1B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.79%

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

R = 61.56%
G = 8.79%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD1B5B (or 0xBD1B5B) is known color: Old Rose. HEX triplet: BD, 1B and 5B. RGB value is (189,27,91). Sum of RGB (Red+Green+Blue) = 189+27+91=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B5B is #42E4A4. Grayscale: #525252. Windows color (decimal): -4383909 or 5970877. OLE color: 5970877.

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

Color convert

RGB 189 27 91 -
CMYK 0 0.86 0.52 0.26
HSL 336.3º 0.75% 0.42% -
HSV(B) 336.3º 0.86% 0.74% -
XYZ 23.27 12.36 11.06 -
YUV 82.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 189 27 91 0 0.86 0.52 0.26 336.3 0.75 0.42
Hex BD 1B 5B 0 56 34 1A 150 4B 2A
Octal 275 33 133 0 126 64 32 520 113 52
Binary 10111101 11011 1011011 0 1010110 110100 11010 101010000 1001011 101010

Color Harmonies of #BD1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B5B

Black with #BD1B5B

Text Example


Text Example

White with #BD1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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