Html Css Color HEX #BD3868 Rouge

📋 copy color: '#BD3868'

red 189 ◦ green 56 ◦ blue 104

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

Shades of Rouge #BD3868

Tints of Rouge #BD3868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 54.15%
G = 16.05%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD3868 (or 0xBD3868) is known color: Rouge. HEX triplet: BD, 38 and 68. RGB value is (189,56,104). Sum of RGB (Red+Green+Blue) = 189+56+104=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3868 is #42C797. Grayscale: #656565. Windows color (decimal): -4376472 or 6830269. OLE color: 6830269.

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

Color convert

RGB 189 56 104 -
CMYK 0 0.70 0.45 0.26
HSL 338.35º 0.54% 0.48% -
HSV(B) 338.35º 0.7% 0.74% -
XYZ 24.9 14.65 14.61 -
YUV 101.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 189 56 104 0 0.70 0.45 0.26 338.35 0.54 0.48
Hex BD 38 68 0 46 2D 1A 152 36 30
Octal 275 70 150 0 106 55 32 522 66 60
Binary 10111101 111000 1101000 0 1000110 101101 11010 101010010 110110 110000

Color Harmonies of #BD3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3868

Black with #BD3868

Text Example


Text Example

White with #BD3868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3868; }

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

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

background-color css

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

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

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

border-color css

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

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

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