Html Css Color HEX #BD354D Old Rose

📋 copy color: '#BD354D'

red 189 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #BD354D

Tints of Old Rose #BD354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 59.25%
G = 16.61%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD354D (or 0xBD354D) is known color: Old Rose. HEX triplet: BD, 35 and 4D. RGB value is (189,53,77). Sum of RGB (Red+Green+Blue) = 189+53+77=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD354D is #42CAB2. Grayscale: #606060. Windows color (decimal): -4377267 or 5060029. OLE color: 5060029.

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

Color convert

RGB 189 53 77 -
CMYK 0 0.72 0.59 0.26
HSL 349.41º 0.56% 0.47% -
HSV(B) 349.41º 0.72% 0.74% -
XYZ 23.6 13.9 8.46 -
YUV 96.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 189 53 77 0 0.72 0.59 0.26 349.41 0.56 0.47
Hex BD 35 4D 0 48 3B 1A 15D 38 2F
Octal 275 65 115 0 110 73 32 535 70 57
Binary 10111101 110101 1001101 0 1001000 111011 11010 101011101 111000 101111

Color Harmonies of #BD354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD354D

Black with #BD354D

Text Example


Text Example

White with #BD354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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