Html Css Color HEX #BD2C6A Rouge

📋 copy color: '#BD2C6A'

red 189 ◦ green 44 ◦ blue 106

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

Shades of Rouge #BD2C6A

Tints of Rouge #BD2C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 55.75%
G = 12.98%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD2C6A (or 0xBD2C6A) is known color: Rouge. HEX triplet: BD, 2C and 6A. RGB value is (189,44,106). Sum of RGB (Red+Green+Blue) = 189+44+106=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C6A is #42D395. Grayscale: #5E5E5E. Windows color (decimal): -4379542 or 6958269. OLE color: 6958269.

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

Color convert

RGB 189 44 106 -
CMYK 0 0.77 0.44 0.26
HSL 334.34º 0.62% 0.46% -
HSV(B) 334.34º 0.77% 0.74% -
XYZ 24.49 13.66 14.98 -
YUV 94.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 189 44 106 0 0.77 0.44 0.26 334.34 0.62 0.46
Hex BD 2C 6A 0 4D 2C 1A 14E 3E 2E
Octal 275 54 152 0 115 54 32 516 76 56
Binary 10111101 101100 1101010 0 1001101 101100 11010 101001110 111110 101110

Color Harmonies of #BD2C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C6A

Black with #BD2C6A

Text Example


Text Example

White with #BD2C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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