Html Css Color HEX #BD385F Rouge

📋 copy color: '#BD385F'

red 189 ◦ green 56 ◦ blue 95

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

Shades of Rouge #BD385F

Tints of Rouge #BD385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 55.59%
G = 16.47%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD385F (or 0xBD385F) is known color: Rouge. HEX triplet: BD, 38 and 5F. RGB value is (189,56,95). Sum of RGB (Red+Green+Blue) = 189+56+95=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD385F is #42C7A0. Grayscale: #646464. Windows color (decimal): -4376481 or 6240445. OLE color: 6240445.

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

Color convert

RGB 189 56 95 -
CMYK 0 0.70 0.50 0.26
HSL 342.41º 0.54% 0.48% -
HSV(B) 342.41º 0.7% 0.74% -
XYZ 24.47 14.47 12.33 -
YUV 100.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 189 56 95 0 0.70 0.50 0.26 342.41 0.54 0.48
Hex BD 38 5F 0 46 32 1A 156 36 30
Octal 275 70 137 0 106 62 32 526 66 60
Binary 10111101 111000 1011111 0 1000110 110010 11010 101010110 110110 110000

Color Harmonies of #BD385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD385F

Black with #BD385F

Text Example


Text Example

White with #BD385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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