Html Css Color HEX #BD274C Old Rose

📋 copy color: '#BD274C'

red 189 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #BD274C

Tints of Old Rose #BD274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 62.17%
G = 12.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD274C (or 0xBD274C) is known color: Old Rose. HEX triplet: BD, 27 and 4C. RGB value is (189,39,76). Sum of RGB (Red+Green+Blue) = 189+39+76=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD274C is #42D8B3. Grayscale: #585858. Windows color (decimal): -4380852 or 4990909. OLE color: 4990909.

HSL color Cylindrical-coordinate representation of color #BD274C: hue angle of 345.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD274C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 76 -
CMYK 0 0.79 0.60 0.26
HSL 345.2º 0.66% 0.45% -
HSV(B) 345.2º 0.79% 0.74% -
XYZ 23.02 12.79 8.09 -
YUV 88.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 189 39 76 0 0.79 0.60 0.26 345.2 0.66 0.45
Hex BD 27 4C 0 4F 3C 1A 159 42 2D
Octal 275 47 114 0 117 74 32 531 102 55
Binary 10111101 100111 1001100 0 1001111 111100 11010 101011001 1000010 101101

Color Harmonies of #BD274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD274C

Black with #BD274C

Text Example


Text Example

White with #BD274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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