Html Css Color HEX #BC2867 Rouge

📋 copy color: '#BC2867'

red 188 ◦ green 40 ◦ blue 103

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

Shades of Rouge #BC2867

Tints of Rouge #BC2867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 56.8%
G = 12.08%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2867 (or 0xBC2867) is known color: Rouge. HEX triplet: BC, 28 and 67. RGB value is (188,40,103). Sum of RGB (Red+Green+Blue) = 188+40+103=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2867 is #43D798. Grayscale: #5B5B5B. Windows color (decimal): -4446105 or 6760636. OLE color: 6760636.

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

Color convert

RGB 188 40 103 -
CMYK 0 0.79 0.45 0.26
HSL 334.46º 0.65% 0.45% -
HSV(B) 334.46º 0.79% 0.74% -
XYZ 23.95 13.19 14.12 -
YUV 91.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 188 40 103 0 0.79 0.45 0.26 334.46 0.65 0.45
Hex BC 28 67 0 4F 2D 1A 14E 41 2D
Octal 274 50 147 0 117 55 32 516 101 55
Binary 10111100 101000 1100111 0 1001111 101101 11010 101001110 1000001 101101

Color Harmonies of #BC2867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2867

Black with #BC2867

Text Example


Text Example

White with #BC2867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2867; }

 p { color: rgb(188,40,103); }

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

background-color css

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

 a { background-color: rgb(188,40,103); }

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

border-color css

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

 span { border-color: rgb(188,40,103); }

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