Html Css Color HEX #BD215B Old Rose

📋 copy color: '#BD215B'

red 189 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #BD215B

Tints of Old Rose #BD215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 60.38%
G = 10.54%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD215B (or 0xBD215B) is known color: Old Rose. HEX triplet: BD, 21 and 5B. RGB value is (189,33,91). Sum of RGB (Red+Green+Blue) = 189+33+91=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD215B is #42DEA4. Grayscale: #565656. Windows color (decimal): -4382373 or 5972413. OLE color: 5972413.

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

Color convert

RGB 189 33 91 -
CMYK 0 0.83 0.52 0.26
HSL 337.69º 0.7% 0.44% -
HSV(B) 337.69º 0.83% 0.74% -
XYZ 23.42 12.66 11.11 -
YUV 86.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 189 33 91 0 0.83 0.52 0.26 337.69 0.7 0.44
Hex BD 21 5B 0 53 34 1A 152 46 2C
Octal 275 41 133 0 123 64 32 522 106 54
Binary 10111101 100001 1011011 0 1010011 110100 11010 101010010 1000110 101100

Color Harmonies of #BD215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD215B

Black with #BD215B

Text Example


Text Example

White with #BD215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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