Html Css Color HEX #BD3F4D Old Rose

📋 copy color: '#BD3F4D'

red 189 ◦ green 63 ◦ blue 77

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

Shades of Old Rose #BD3F4D

Tints of Old Rose #BD3F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 57.45%
G = 19.15%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD3F4D (or 0xBD3F4D) is known color: Old Rose. HEX triplet: BD, 3F and 4D. RGB value is (189,63,77). Sum of RGB (Red+Green+Blue) = 189+63+77=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F4D is #42C0B2. Grayscale: #666666. Windows color (decimal): -4374707 or 5062589. OLE color: 5062589.

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

Color convert

RGB 189 63 77 -
CMYK 0 0.67 0.59 0.26
HSL 353.33º 0.5% 0.49% -
HSV(B) 353.33º 0.67% 0.74% -
XYZ 24.1 14.91 8.63 -
YUV 102.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 189 63 77 0 0.67 0.59 0.26 353.33 0.5 0.49
Hex BD 3F 4D 0 43 3B 1A 161 32 31
Octal 275 77 115 0 103 73 32 541 62 61
Binary 10111101 111111 1001101 0 1000011 111011 11010 101100001 110010 110001

Color Harmonies of #BD3F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F4D

Black with #BD3F4D

Text Example


Text Example

White with #BD3F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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