Html Css Color HEX #BD3167 Rouge

📋 copy color: '#BD3167'

red 189 ◦ green 49 ◦ blue 103

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

Shades of Rouge #BD3167

Tints of Rouge #BD3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 55.43%
G = 14.37%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3167 (or 0xBD3167) is known color: Rouge. HEX triplet: BD, 31 and 67. RGB value is (189,49,103). Sum of RGB (Red+Green+Blue) = 189+49+103=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3167 is #42CE98. Grayscale: #606060. Windows color (decimal): -4378265 or 6762941. OLE color: 6762941.

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

Color convert

RGB 189 49 103 -
CMYK 0 0.74 0.46 0.26
HSL 336.86º 0.59% 0.47% -
HSV(B) 336.86º 0.74% 0.74% -
XYZ 24.53 13.99 14.24 -
YUV 97.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 189 49 103 0 0.74 0.46 0.26 336.86 0.59 0.47
Hex BD 31 67 0 4A 2E 1A 151 3B 2F
Octal 275 61 147 0 112 56 32 521 73 57
Binary 10111101 110001 1100111 0 1001010 101110 11010 101010001 111011 101111

Color Harmonies of #BD3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3167

Black with #BD3167

Text Example


Text Example

White with #BD3167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3167; }

 p { color: rgb(189,49,103); }

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

background-color css

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

 a { background-color: rgb(189,49,103); }

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

border-color css

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

 span { border-color: rgb(189,49,103); }

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