Html Css Color HEX #BD334E Old Rose

📋 copy color: '#BD334E'

red 189 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #BD334E

Tints of Old Rose #BD334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 59.43%
G = 16.04%
B = 24.53%

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

#BD334E (or 0xBD334E) is known color: Old Rose. HEX triplet: BD, 33 and 4E. RGB value is (189,51,78). Sum of RGB (Red+Green+Blue) = 189+51+78=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD334E is #42CCB1. Grayscale: #5F5F5F. Windows color (decimal): -4377778 or 5125053. OLE color: 5125053.

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

Color convert

RGB 189 51 78 -
CMYK 0 0.73 0.59 0.26
HSL 348.26º 0.58% 0.47% -
HSV(B) 348.26º 0.73% 0.74% -
XYZ 23.55 13.74 8.62 -
YUV 95.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 189 51 78 0 0.73 0.59 0.26 348.26 0.58 0.47
Hex BD 33 4E 0 49 3B 1A 15C 3A 2F
Octal 275 63 116 0 111 73 32 534 72 57
Binary 10111101 110011 1001110 0 1001001 111011 11010 101011100 111010 101111

Color Harmonies of #BD334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD334E

Black with #BD334E

Text Example


Text Example

White with #BD334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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