Html Css Color HEX #BD304B Old Rose

📋 copy color: '#BD304B'

red 189 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #BD304B

Tints of Old Rose #BD304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 60.58%
G = 15.38%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD304B (or 0xBD304B) is known color: Old Rose. HEX triplet: BD, 30 and 4B. RGB value is (189,48,75). Sum of RGB (Red+Green+Blue) = 189+48+75=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD304B is #42CFB4. Grayscale: #5D5D5D. Windows color (decimal): -4378549 or 4927677. OLE color: 4927677.

HSL color Cylindrical-coordinate representation of color #BD304B: hue angle of 348.51º 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 #BD304B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 75 -
CMYK 0 0.75 0.60 0.26
HSL 348.51º 0.59% 0.46% -
HSV(B) 348.51º 0.75% 0.74% -
XYZ 23.31 13.44 8.02 -
YUV 93.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 189 48 75 0 0.75 0.60 0.26 348.51 0.59 0.46
Hex BD 30 4B 0 4B 3C 1A 15D 3B 2E
Octal 275 60 113 0 113 74 32 535 73 56
Binary 10111101 110000 1001011 0 1001011 111100 11010 101011101 111011 101110

Color Harmonies of #BD304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD304B

Black with #BD304B

Text Example


Text Example

White with #BD304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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