Html Css Color HEX #BD356A Rouge

📋 copy color: '#BD356A'

red 189 ◦ green 53 ◦ blue 106

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

Shades of Rouge #BD356A

Tints of Rouge #BD356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 54.31%
G = 15.23%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD356A (or 0xBD356A) is known color: Rouge. HEX triplet: BD, 35 and 6A. RGB value is (189,53,106). Sum of RGB (Red+Green+Blue) = 189+53+106=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356A is #42CA95. Grayscale: #636363. Windows color (decimal): -4377238 or 6960573. OLE color: 6960573.

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

Color convert

RGB 189 53 106 -
CMYK 0 0.72 0.44 0.26
HSL 336.62º 0.56% 0.47% -
HSV(B) 336.62º 0.72% 0.74% -
XYZ 24.86 14.41 15.11 -
YUV 99.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 189 53 106 0 0.72 0.44 0.26 336.62 0.56 0.47
Hex BD 35 6A 0 48 2C 1A 151 38 2F
Octal 275 65 152 0 110 54 32 521 70 57
Binary 10111101 110101 1101010 0 1001000 101100 11010 101010001 111000 101111

Color Harmonies of #BD356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD356A

Black with #BD356A

Text Example


Text Example

White with #BD356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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