Html Css Color HEX #BD3469 Rouge

📋 copy color: '#BD3469'

red 189 ◦ green 52 ◦ blue 105

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

Shades of Rouge #BD3469

Tints of Rouge #BD3469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 54.62%
G = 15.03%
B = 30.35%

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

#BD3469 (or 0xBD3469) is known color: Rouge. HEX triplet: BD, 34 and 69. RGB value is (189,52,105). Sum of RGB (Red+Green+Blue) = 189+52+105=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3469 is #42CB96. Grayscale: #626262. Windows color (decimal): -4377495 or 6894781. OLE color: 6894781.

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

Color convert

RGB 189 52 105 -
CMYK 0 0.72 0.44 0.26
HSL 336.79º 0.57% 0.47% -
HSV(B) 336.79º 0.72% 0.74% -
XYZ 24.76 14.29 14.82 -
YUV 99.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 189 52 105 0 0.72 0.44 0.26 336.79 0.57 0.47
Hex BD 34 69 0 48 2C 1A 151 39 2F
Octal 275 64 151 0 110 54 32 521 71 57
Binary 10111101 110100 1101001 0 1001000 101100 11010 101010001 111001 101111

Color Harmonies of #BD3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3469

Black with #BD3469

Text Example


Text Example

White with #BD3469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3469; }

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

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

background-color css

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

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

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

border-color css

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

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

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