Html Css Color HEX #BD336A Rouge

📋 copy color: '#BD336A'

red 189 ◦ green 51 ◦ blue 106

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

Shades of Rouge #BD336A

Tints of Rouge #BD336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 54.62%
G = 14.74%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD336A (or 0xBD336A) is known color: Rouge. HEX triplet: BD, 33 and 6A. RGB value is (189,51,106). Sum of RGB (Red+Green+Blue) = 189+51+106=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD336A is #42CC95. Grayscale: #626262. Windows color (decimal): -4377750 or 6960061. OLE color: 6960061.

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

Color convert

RGB 189 51 106 -
CMYK 0 0.73 0.44 0.26
HSL 336.09º 0.58% 0.47% -
HSV(B) 336.09º 0.73% 0.74% -
XYZ 24.77 14.23 15.08 -
YUV 98.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 189 51 106 0 0.73 0.44 0.26 336.09 0.58 0.47
Hex BD 33 6A 0 49 2C 1A 150 3A 2F
Octal 275 63 152 0 111 54 32 520 72 57
Binary 10111101 110011 1101010 0 1001001 101100 11010 101010000 111010 101111

Color Harmonies of #BD336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD336A

Black with #BD336A

Text Example


Text Example

White with #BD336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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