Html Css Color HEX #BC2A69 Rouge

📋 copy color: '#BC2A69'

red 188 ◦ green 42 ◦ blue 105

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

Shades of Rouge #BC2A69

Tints of Rouge #BC2A69

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

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

R = 56.12%
G = 12.54%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC2A69 (or 0xBC2A69) is known color: Rouge. HEX triplet: BC, 2A and 69. RGB value is (188,42,105). Sum of RGB (Red+Green+Blue) = 188+42+105=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A69 is #43D596. Grayscale: #5C5C5C. Windows color (decimal): -4445591 or 6892220. OLE color: 6892220.

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

Color convert

RGB 188 42 105 -
CMYK 0 0.78 0.44 0.26
HSL 334.11º 0.63% 0.45% -
HSV(B) 334.11º 0.78% 0.74% -
XYZ 24.12 13.37 14.67 -
YUV 92.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 188 42 105 0 0.78 0.44 0.26 334.11 0.63 0.45
Hex BC 2A 69 0 4E 2C 1A 14E 3F 2D
Octal 274 52 151 0 116 54 32 516 77 55
Binary 10111100 101010 1101001 0 1001110 101100 11010 101001110 111111 101101

Color Harmonies of #BC2A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A69

Black with #BC2A69

Text Example


Text Example

White with #BC2A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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