Html Css Color HEX #BD2C6B Rouge

📋 copy color: '#BD2C6B'

red 189 ◦ green 44 ◦ blue 107

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

Shades of Rouge #BD2C6B

Tints of Rouge #BD2C6B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.94%

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

R = 55.59%
G = 12.94%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD2C6B (or 0xBD2C6B) is known color: Rouge. HEX triplet: BD, 2C and 6B. RGB value is (189,44,107). Sum of RGB (Red+Green+Blue) = 189+44+107=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C6B is #42D394. Grayscale: #5E5E5E. Windows color (decimal): -4379541 or 7023805. OLE color: 7023805.

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

Color convert

RGB 189 44 107 -
CMYK 0 0.77 0.43 0.26
HSL 333.93º 0.62% 0.46% -
HSV(B) 333.93º 0.77% 0.74% -
XYZ 24.54 13.68 15.26 -
YUV 94.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 189 44 107 0 0.77 0.43 0.26 333.93 0.62 0.46
Hex BD 2C 6B 0 4D 2B 1A 14E 3E 2E
Octal 275 54 153 0 115 53 32 516 76 56
Binary 10111101 101100 1101011 0 1001101 101011 11010 101001110 111110 101110

Color Harmonies of #BD2C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C6B

Black with #BD2C6B

Text Example


Text Example

White with #BD2C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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