Html Css Color HEX #BD355E Old Rose

📋 copy color: '#BD355E'

red 189 ◦ green 53 ◦ blue 94

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

Shades of Old Rose #BD355E

Tints of Old Rose #BD355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 56.25%
G = 15.77%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD355E (or 0xBD355E) is known color: Old Rose. HEX triplet: BD, 35 and 5E. RGB value is (189,53,94). Sum of RGB (Red+Green+Blue) = 189+53+94=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD355E is #42CAA1. Grayscale: #626262. Windows color (decimal): -4377250 or 6174141. OLE color: 6174141.

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

Color convert

RGB 189 53 94 -
CMYK 0 0.72 0.50 0.26
HSL 341.91º 0.56% 0.47% -
HSV(B) 341.91º 0.72% 0.74% -
XYZ 24.28 14.17 12.05 -
YUV 98.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 189 53 94 0 0.72 0.50 0.26 341.91 0.56 0.47
Hex BD 35 5E 0 48 32 1A 156 38 2F
Octal 275 65 136 0 110 62 32 526 70 57
Binary 10111101 110101 1011110 0 1001000 110010 11010 101010110 111000 101111

Color Harmonies of #BD355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD355E

Black with #BD355E

Text Example


Text Example

White with #BD355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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