Html Css Color HEX #BD384D Old Rose

📋 copy color: '#BD384D'

red 189 ◦ green 56 ◦ blue 77

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

Shades of Old Rose #BD384D

Tints of Old Rose #BD384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 58.7%
G = 17.39%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD384D (or 0xBD384D) is known color: Old Rose. HEX triplet: BD, 38 and 4D. RGB value is (189,56,77). Sum of RGB (Red+Green+Blue) = 189+56+77=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD384D is #42C7B2. Grayscale: #626262. Windows color (decimal): -4376499 or 5060797. OLE color: 5060797.

HSL color Cylindrical-coordinate representation of color #BD384D: hue angle of 350.53º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD384D is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 77 -
CMYK 0 0.70 0.59 0.26
HSL 350.53º 0.54% 0.48% -
HSV(B) 350.53º 0.7% 0.74% -
XYZ 23.74 14.18 8.51 -
YUV 98.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 189 56 77 0 0.70 0.59 0.26 350.53 0.54 0.48
Hex BD 38 4D 0 46 3B 1A 15F 36 30
Octal 275 70 115 0 106 73 32 537 66 60
Binary 10111101 111000 1001101 0 1000110 111011 11010 101011111 110110 110000

Color Harmonies of #BD384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD384D

Black with #BD384D

Text Example


Text Example

White with #BD384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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