Html Css Color HEX #BD356B Rouge

📋 copy color: '#BD356B'

red 189 ◦ green 53 ◦ blue 107

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

Shades of Rouge #BD356B

Tints of Rouge #BD356B

RGB

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

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

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

R = 54.15%
G = 15.19%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD356B (or 0xBD356B) is known color: Rouge. HEX triplet: BD, 35 and 6B. RGB value is (189,53,107). Sum of RGB (Red+Green+Blue) = 189+53+107=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356B is #42CA94. Grayscale: #636363. Windows color (decimal): -4377237 or 7026109. OLE color: 7026109.

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

Color convert

RGB 189 53 107 -
CMYK 0 0.72 0.43 0.26
HSL 336.18º 0.56% 0.47% -
HSV(B) 336.18º 0.72% 0.74% -
XYZ 24.91 14.43 15.38 -
YUV 99.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 189 53 107 0 0.72 0.43 0.26 336.18 0.56 0.47
Hex BD 35 6B 0 48 2B 1A 150 38 2F
Octal 275 65 153 0 110 53 32 520 70 57
Binary 10111101 110101 1101011 0 1001000 101011 11010 101010000 111000 101111

Color Harmonies of #BD356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD356B

Black with #BD356B

Text Example


Text Example

White with #BD356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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