Html Css Color HEX #BD2B6A Rouge

📋 copy color: '#BD2B6A'

red 189 ◦ green 43 ◦ blue 106

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

Shades of Rouge #BD2B6A

Tints of Rouge #BD2B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 55.92%
G = 12.72%
B = 31.36%

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

#BD2B6A (or 0xBD2B6A) is known color: Rouge. HEX triplet: BD, 2B and 6A. RGB value is (189,43,106). Sum of RGB (Red+Green+Blue) = 189+43+106=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B6A is #42D495. Grayscale: #5D5D5D. Windows color (decimal): -4379798 or 6958013. OLE color: 6958013.

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

Color convert

RGB 189 43 106 -
CMYK 0 0.77 0.44 0.26
HSL 334.11º 0.63% 0.45% -
HSV(B) 334.11º 0.77% 0.74% -
XYZ 24.45 13.59 14.97 -
YUV 93.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 189 43 106 0 0.77 0.44 0.26 334.11 0.63 0.45
Hex BD 2B 6A 0 4D 2C 1A 14E 3F 2D
Octal 275 53 152 0 115 54 32 516 77 55
Binary 10111101 101011 1101010 0 1001101 101100 11010 101001110 111111 101101

Color Harmonies of #BD2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B6A

Black with #BD2B6A

Text Example


Text Example

White with #BD2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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