Html Css Color HEX #BC2F69 Rouge

📋 copy color: '#BC2F69'

red 188 ◦ green 47 ◦ blue 105

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

Shades of Rouge #BC2F69

Tints of Rouge #BC2F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 55.29%
G = 13.82%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC2F69 (or 0xBC2F69) is known color: Rouge. HEX triplet: BC, 2F and 69. RGB value is (188,47,105). Sum of RGB (Red+Green+Blue) = 188+47+105=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F69 is #43D096. Grayscale: #5F5F5F. Windows color (decimal): -4444311 or 6893500. OLE color: 6893500.

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

Color convert

RGB 188 47 105 -
CMYK 0 0.75 0.44 0.26
HSL 335.32º 0.6% 0.46% -
HSV(B) 335.32º 0.75% 0.74% -
XYZ 24.31 13.74 14.74 -
YUV 95.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 188 47 105 0 0.75 0.44 0.26 335.32 0.6 0.46
Hex BC 2F 69 0 4B 2C 1A 14F 3C 2E
Octal 274 57 151 0 113 54 32 517 74 56
Binary 10111100 101111 1101001 0 1001011 101100 11010 101001111 111100 101110

Color Harmonies of #BC2F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F69

Black with #BC2F69

Text Example


Text Example

White with #BC2F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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