Html Css Color HEX #BD414C Old Rose

📋 copy color: '#BD414C'

red 189 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #BD414C

Tints of Old Rose #BD414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 57.27%
G = 19.7%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD414C (or 0xBD414C) is known color: Old Rose. HEX triplet: BD, 41 and 4C. RGB value is (189,65,76). Sum of RGB (Red+Green+Blue) = 189+65+76=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD414C is #42BEB3. Grayscale: #676767. Windows color (decimal): -4374196 or 4997565. OLE color: 4997565.

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

Color convert

RGB 189 65 76 -
CMYK 0 0.66 0.60 0.26
HSL 354.68º 0.49% 0.5% -
HSV(B) 354.68º 0.66% 0.74% -
XYZ 24.18 15.12 8.48 -
YUV 103.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 189 65 76 0 0.66 0.60 0.26 354.68 0.49 0.5
Hex BD 41 4C 0 42 3C 1A 163 31 32
Octal 275 101 114 0 102 74 32 543 61 62
Binary 10111101 1000001 1001100 0 1000010 111100 11010 101100011 110001 110010

Color Harmonies of #BD414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD414C

Black with #BD414C

Text Example


Text Example

White with #BD414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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