Html Css Color HEX #BD354C Old Rose

📋 copy color: '#BD354C'

red 189 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #BD354C

Tints of Old Rose #BD354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 59.43%
G = 16.67%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD354C (or 0xBD354C) is known color: Old Rose. HEX triplet: BD, 35 and 4C. RGB value is (189,53,76). Sum of RGB (Red+Green+Blue) = 189+53+76=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD354C is #42CAB3. Grayscale: #606060. Windows color (decimal): -4377268 or 4994493. OLE color: 4994493.

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

Color convert

RGB 189 53 76 -
CMYK 0 0.72 0.60 0.26
HSL 349.85º 0.56% 0.47% -
HSV(B) 349.85º 0.72% 0.74% -
XYZ 23.56 13.89 8.28 -
YUV 96.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 189 53 76 0 0.72 0.60 0.26 349.85 0.56 0.47
Hex BD 35 4C 0 48 3C 1A 15E 38 2F
Octal 275 65 114 0 110 74 32 536 70 57
Binary 10111101 110101 1001100 0 1001000 111100 11010 101011110 111000 101111

Color Harmonies of #BD354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD354C

Black with #BD354C

Text Example


Text Example

White with #BD354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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