Html Css Color HEX #BD235D Old Rose

📋 copy color: '#BD235D'

red 189 ◦ green 35 ◦ blue 93

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

Shades of Old Rose #BD235D

Tints of Old Rose #BD235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 59.62%
G = 11.04%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD235D (or 0xBD235D) is known color: Old Rose. HEX triplet: BD, 23 and 5D. RGB value is (189,35,93). Sum of RGB (Red+Green+Blue) = 189+35+93=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD235D is #42DCA2. Grayscale: #575757. Windows color (decimal): -4381859 or 6103997. OLE color: 6103997.

HSL color Cylindrical-coordinate representation of color #BD235D: hue angle of 337.4º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD235D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 93 -
CMYK 0 0.81 0.51 0.26
HSL 337.4º 0.69% 0.44% -
HSV(B) 337.4º 0.81% 0.74% -
XYZ 23.56 12.81 11.59 -
YUV 87.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 189 35 93 0 0.81 0.51 0.26 337.4 0.69 0.44
Hex BD 23 5D 0 51 33 1A 151 45 2C
Octal 275 43 135 0 121 63 32 521 105 54
Binary 10111101 100011 1011101 0 1010001 110011 11010 101010001 1000101 101100

Color Harmonies of #BD235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD235D

Black with #BD235D

Text Example


Text Example

White with #BD235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD235D; }

 p { color: rgb(189,35,93); }

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

background-color css

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

 a { background-color: rgb(189,35,93); }

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

border-color css

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

 span { border-color: rgb(189,35,93); }

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