Html Css Color HEX #BC3469 Rouge

📋 copy color: '#BC3469'

red 188 ◦ green 52 ◦ blue 105

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

Shades of Rouge #BC3469

Tints of Rouge #BC3469

RGB

 RED value IS 188 (73.83% from 255) = 54.49%

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

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

R = 54.49%
G = 15.07%
B = 30.43%

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

#BC3469 (or 0xBC3469) is known color: Rouge. HEX triplet: BC, 34 and 69. RGB value is (188,52,105). Sum of RGB (Red+Green+Blue) = 188+52+105=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3469 is #43CB96. Grayscale: #626262. Windows color (decimal): -4443031 or 6894780. OLE color: 6894780.

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

Color convert

RGB 188 52 105 -
CMYK 0 0.72 0.44 0.26
HSL 336.62º 0.57% 0.47% -
HSV(B) 336.62º 0.72% 0.74% -
XYZ 24.52 14.17 14.81 -
YUV 98.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 188 52 105 0 0.72 0.44 0.26 336.62 0.57 0.47
Hex BC 34 69 0 48 2C 1A 151 39 2F
Octal 274 64 151 0 110 54 32 521 71 57
Binary 10111100 110100 1101001 0 1001000 101100 11010 101010001 111001 101111

Color Harmonies of #BC3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3469

Black with #BC3469

Text Example


Text Example

White with #BC3469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3469; }

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

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

background-color css

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

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

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

border-color css

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

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

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