Html Css Color HEX #BD385B Old Rose

📋 copy color: '#BD385B'

red 189 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #BD385B

Tints of Old Rose #BD385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 56.25%
G = 16.67%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD385B (or 0xBD385B) is known color: Old Rose. HEX triplet: BD, 38 and 5B. RGB value is (189,56,91). Sum of RGB (Red+Green+Blue) = 189+56+91=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD385B is #42C7A4. Grayscale: #636363. Windows color (decimal): -4376485 or 5978301. OLE color: 5978301.

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

Color convert

RGB 189 56 91 -
CMYK 0 0.70 0.52 0.26
HSL 344.21º 0.54% 0.48% -
HSV(B) 344.21º 0.7% 0.74% -
XYZ 24.29 14.4 11.4 -
YUV 99.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 189 56 91 0 0.70 0.52 0.26 344.21 0.54 0.48
Hex BD 38 5B 0 46 34 1A 158 36 30
Octal 275 70 133 0 106 64 32 530 66 60
Binary 10111101 111000 1011011 0 1000110 110100 11010 101011000 110110 110000

Color Harmonies of #BD385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD385B

Black with #BD385B

Text Example


Text Example

White with #BD385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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