Html Css Color HEX #BD305B Old Rose

📋 copy color: '#BD305B'

red 189 ◦ green 48 ◦ blue 91

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

Shades of Old Rose #BD305B

Tints of Old Rose #BD305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 57.62%
G = 14.63%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD305B (or 0xBD305B) is known color: Old Rose. HEX triplet: BD, 30 and 5B. RGB value is (189,48,91). Sum of RGB (Red+Green+Blue) = 189+48+91=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD305B is #42CFA4. Grayscale: #5F5F5F. Windows color (decimal): -4378533 or 5976253. OLE color: 5976253.

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

Color convert

RGB 189 48 91 -
CMYK 0 0.75 0.52 0.26
HSL 341.7º 0.59% 0.46% -
HSV(B) 341.7º 0.75% 0.74% -
XYZ 23.93 13.69 11.28 -
YUV 95.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 189 48 91 0 0.75 0.52 0.26 341.7 0.59 0.46
Hex BD 30 5B 0 4B 34 1A 156 3B 2E
Octal 275 60 133 0 113 64 32 526 73 56
Binary 10111101 110000 1011011 0 1001011 110100 11010 101010110 111011 101110

Color Harmonies of #BD305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD305B

Black with #BD305B

Text Example


Text Example

White with #BD305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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