Html Css Color HEX #BD2668 Rouge

📋 copy color: '#BD2668'

red 189 ◦ green 38 ◦ blue 104

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

Shades of Rouge #BD2668

Tints of Rouge #BD2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

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

R = 57.1%
G = 11.48%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD2668 (or 0xBD2668) is known color: Rouge. HEX triplet: BD, 26 and 68. RGB value is (189,38,104). Sum of RGB (Red+Green+Blue) = 189+38+104=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2668 is #42D997. Grayscale: #5A5A5A. Windows color (decimal): -4381080 or 6825661. OLE color: 6825661.

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

Color convert

RGB 189 38 104 -
CMYK 0 0.80 0.45 0.26
HSL 333.77º 0.67% 0.45% -
HSV(B) 333.77º 0.8% 0.74% -
XYZ 24.18 13.2 14.37 -
YUV 90.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 189 38 104 0 0.80 0.45 0.26 333.77 0.67 0.45
Hex BD 26 68 0 50 2D 1A 14E 43 2D
Octal 275 46 150 0 120 55 32 516 103 55
Binary 10111101 100110 1101000 0 1010000 101101 11010 101001110 1000011 101101

Color Harmonies of #BD2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2668

Black with #BD2668

Text Example


Text Example

White with #BD2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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