Html Css Color HEX #BD355C Old Rose

📋 copy color: '#BD355C'

red 189 ◦ green 53 ◦ blue 92

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

Shades of Old Rose #BD355C

Tints of Old Rose #BD355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 56.59%
G = 15.87%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD355C (or 0xBD355C) is known color: Old Rose. HEX triplet: BD, 35 and 5C. RGB value is (189,53,92). Sum of RGB (Red+Green+Blue) = 189+53+92=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD355C is #42CAA3. Grayscale: #626262. Windows color (decimal): -4377252 or 6043069. OLE color: 6043069.

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

Color convert

RGB 189 53 92 -
CMYK 0 0.72 0.51 0.26
HSL 342.79º 0.56% 0.47% -
HSV(B) 342.79º 0.72% 0.74% -
XYZ 24.19 14.14 11.58 -
YUV 98.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 189 53 92 0 0.72 0.51 0.26 342.79 0.56 0.47
Hex BD 35 5C 0 48 33 1A 157 38 2F
Octal 275 65 134 0 110 63 32 527 70 57
Binary 10111101 110101 1011100 0 1001000 110011 11010 101010111 111000 101111

Color Harmonies of #BD355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD355C

Black with #BD355C

Text Example


Text Example

White with #BD355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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