Html Css Color HEX #BD2E6B Rouge

📋 copy color: '#BD2E6B'

red 189 ◦ green 46 ◦ blue 107

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

Shades of Rouge #BD2E6B

Tints of Rouge #BD2E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 55.26%
G = 13.45%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD2E6B (or 0xBD2E6B) is known color: Rouge. HEX triplet: BD, 2E and 6B. RGB value is (189,46,107). Sum of RGB (Red+Green+Blue) = 189+46+107=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E6B is #42D194. Grayscale: #5F5F5F. Windows color (decimal): -4379029 or 7024317. OLE color: 7024317.

HSL color Cylindrical-coordinate representation of color #BD2E6B: hue angle of 334.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E6B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 46 107 -
CMYK 0 0.76 0.43 0.26
HSL 334.41º 0.61% 0.46% -
HSV(B) 334.41º 0.76% 0.74% -
XYZ 24.62 13.83 15.28 -
YUV 95.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 189 46 107 0 0.76 0.43 0.26 334.41 0.61 0.46
Hex BD 2E 6B 0 4C 2B 1A 14E 3D 2E
Octal 275 56 153 0 114 53 32 516 75 56
Binary 10111101 101110 1101011 0 1001100 101011 11010 101001110 111101 101110

Color Harmonies of #BD2E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E6B

Black with #BD2E6B

Text Example


Text Example

White with #BD2E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E6B; }

 p { color: rgb(189,46,107); }

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

background-color css

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

 a { background-color: rgb(189,46,107); }

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

border-color css

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

 span { border-color: rgb(189,46,107); }

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