Html Css Color HEX #BC2667 Rouge

📋 copy color: '#BC2667'

red 188 ◦ green 38 ◦ blue 103

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

Shades of Rouge #BC2667

Tints of Rouge #BC2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 57.14%
G = 11.55%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2667 (or 0xBC2667) is known color: Rouge. HEX triplet: BC, 26 and 67. RGB value is (188,38,103). Sum of RGB (Red+Green+Blue) = 188+38+103=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2667 is #43D998. Grayscale: #5A5A5A. Windows color (decimal): -4446617 or 6760124. OLE color: 6760124.

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

Color convert

RGB 188 38 103 -
CMYK 0 0.80 0.45 0.26
HSL 334º 0.66% 0.44% -
HSV(B) 334º 0.8% 0.74% -
XYZ 23.88 13.06 14.09 -
YUV 90.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 188 38 103 0 0.80 0.45 0.26 334 0.66 0.44
Hex BC 26 67 0 50 2D 1A 14E 42 2C
Octal 274 46 147 0 120 55 32 516 102 54
Binary 10111100 100110 1100111 0 1010000 101101 11010 101001110 1000010 101100

Color Harmonies of #BC2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2667

Black with #BC2667

Text Example


Text Example

White with #BC2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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