Html Css Color HEX #BD3669 Rouge

📋 copy color: '#BD3669'

red 189 ◦ green 54 ◦ blue 105

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

Shades of Rouge #BD3669

Tints of Rouge #BD3669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 54.31%
G = 15.52%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3669 (or 0xBD3669) is known color: Rouge. HEX triplet: BD, 36 and 69. RGB value is (189,54,105). Sum of RGB (Red+Green+Blue) = 189+54+105=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3669 is #42C996. Grayscale: #646464. Windows color (decimal): -4376983 or 6895293. OLE color: 6895293.

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

Color convert

RGB 189 54 105 -
CMYK 0 0.71 0.44 0.26
HSL 337.33º 0.56% 0.48% -
HSV(B) 337.33º 0.71% 0.74% -
XYZ 24.86 14.48 14.85 -
YUV 100.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 189 54 105 0 0.71 0.44 0.26 337.33 0.56 0.48
Hex BD 36 69 0 47 2C 1A 151 38 30
Octal 275 66 151 0 107 54 32 521 70 60
Binary 10111101 110110 1101001 0 1000111 101100 11010 101010001 111000 110000

Color Harmonies of #BD3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3669

Black with #BD3669

Text Example


Text Example

White with #BD3669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3669; }

 p { color: rgb(189,54,105); }

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

background-color css

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

 a { background-color: rgb(189,54,105); }

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

border-color css

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

 span { border-color: rgb(189,54,105); }

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