Html Css Color HEX #BD334C Old Rose

📋 copy color: '#BD334C'

red 189 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #BD334C

Tints of Old Rose #BD334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 59.81%
G = 16.14%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD334C (or 0xBD334C) is known color: Old Rose. HEX triplet: BD, 33 and 4C. RGB value is (189,51,76). Sum of RGB (Red+Green+Blue) = 189+51+76=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD334C is #42CCB3. Grayscale: #5F5F5F. Windows color (decimal): -4377780 or 4993981. OLE color: 4993981.

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

Color convert

RGB 189 51 76 -
CMYK 0 0.73 0.60 0.26
HSL 349.13º 0.58% 0.47% -
HSV(B) 349.13º 0.73% 0.74% -
XYZ 23.47 13.71 8.25 -
YUV 95.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 189 51 76 0 0.73 0.60 0.26 349.13 0.58 0.47
Hex BD 33 4C 0 49 3C 1A 15D 3A 2F
Octal 275 63 114 0 111 74 32 535 72 57
Binary 10111101 110011 1001100 0 1001001 111100 11010 101011101 111010 101111

Color Harmonies of #BD334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD334C

Black with #BD334C

Text Example


Text Example

White with #BD334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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