Html Css Color HEX #BD355B Old Rose

📋 copy color: '#BD355B'

red 189 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #BD355B

Tints of Old Rose #BD355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 56.76%
G = 15.92%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD355B (or 0xBD355B) is known color: Old Rose. HEX triplet: BD, 35 and 5B. RGB value is (189,53,91). Sum of RGB (Red+Green+Blue) = 189+53+91=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD355B is #42CAA4. Grayscale: #616161. Windows color (decimal): -4377253 or 5977533. OLE color: 5977533.

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

Color convert

RGB 189 53 91 -
CMYK 0 0.72 0.52 0.26
HSL 343.24º 0.56% 0.47% -
HSV(B) 343.24º 0.72% 0.74% -
XYZ 24.15 14.12 11.35 -
YUV 98 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 189 53 91 0 0.72 0.52 0.26 343.24 0.56 0.47
Hex BD 35 5B 0 48 34 1A 157 38 2F
Octal 275 65 133 0 110 64 32 527 70 57
Binary 10111101 110101 1011011 0 1001000 110100 11010 101010111 111000 101111

Color Harmonies of #BD355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD355B

Black with #BD355B

Text Example


Text Example

White with #BD355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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