Html Css Color HEX #BD254C Old Rose

📋 copy color: '#BD254C'

red 189 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #BD254C

Tints of Old Rose #BD254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 62.58%
G = 12.25%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD254C (or 0xBD254C) is known color: Old Rose. HEX triplet: BD, 25 and 4C. RGB value is (189,37,76). Sum of RGB (Red+Green+Blue) = 189+37+76=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD254C is #42DAB3. Grayscale: #565656. Windows color (decimal): -4381364 or 4990397. OLE color: 4990397.

HSL color Cylindrical-coordinate representation of color #BD254C: hue angle of 344.61º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD254C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 76 -
CMYK 0 0.80 0.60 0.26
HSL 344.61º 0.67% 0.44% -
HSV(B) 344.61º 0.8% 0.74% -
XYZ 22.95 12.66 8.07 -
YUV 86.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 189 37 76 0 0.80 0.60 0.26 344.61 0.67 0.44
Hex BD 25 4C 0 50 3C 1A 159 43 2C
Octal 275 45 114 0 120 74 32 531 103 54
Binary 10111101 100101 1001100 0 1010000 111100 11010 101011001 1000011 101100

Color Harmonies of #BD254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD254C

Black with #BD254C

Text Example


Text Example

White with #BD254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD254C; }

 p { color: rgb(189,37,76); }

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

background-color css

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

 a { background-color: rgb(189,37,76); }

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

border-color css

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

 span { border-color: rgb(189,37,76); }

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