Html Css Color HEX #BD334D Old Rose

📋 copy color: '#BD334D'

red 189 ◦ green 51 ◦ blue 77

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

Shades of Old Rose #BD334D

Tints of Old Rose #BD334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 59.62%
G = 16.09%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD334D (or 0xBD334D) is known color: Old Rose. HEX triplet: BD, 33 and 4D. RGB value is (189,51,77). Sum of RGB (Red+Green+Blue) = 189+51+77=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD334D is #42CCB2. Grayscale: #5F5F5F. Windows color (decimal): -4377779 or 5059517. OLE color: 5059517.

HSL color Cylindrical-coordinate representation of color #BD334D: hue angle of 348.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD334D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 77 -
CMYK 0 0.73 0.59 0.26
HSL 348.7º 0.58% 0.47% -
HSV(B) 348.7º 0.73% 0.74% -
XYZ 23.51 13.72 8.43 -
YUV 95.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 189 51 77 0 0.73 0.59 0.26 348.7 0.58 0.47
Hex BD 33 4D 0 49 3B 1A 15D 3A 2F
Octal 275 63 115 0 111 73 32 535 72 57
Binary 10111101 110011 1001101 0 1001001 111011 11010 101011101 111010 101111

Color Harmonies of #BD334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD334D

Black with #BD334D

Text Example


Text Example

White with #BD334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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