Html Css Color HEX #BC2567 Rouge

📋 copy color: '#BC2567'

red 188 ◦ green 37 ◦ blue 103

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

Shades of Rouge #BC2567

Tints of Rouge #BC2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 57.32%
G = 11.28%
B = 31.4%

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

#BC2567 (or 0xBC2567) is known color: Rouge. HEX triplet: BC, 25 and 67. RGB value is (188,37,103). Sum of RGB (Red+Green+Blue) = 188+37+103=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2567 is #43DA98. Grayscale: #595959. Windows color (decimal): -4446873 or 6759868. OLE color: 6759868.

HSL color Cylindrical-coordinate representation of color #BC2567: hue angle of 333.77º degrees, saturation: 0.67, 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 #BC2567 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 103 -
CMYK 0 0.80 0.45 0.26
HSL 333.77º 0.67% 0.44% -
HSV(B) 333.77º 0.8% 0.74% -
XYZ 23.85 12.99 14.08 -
YUV 89.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 188 37 103 0 0.80 0.45 0.26 333.77 0.67 0.44
Hex BC 25 67 0 50 2D 1A 14E 43 2C
Octal 274 45 147 0 120 55 32 516 103 54
Binary 10111100 100101 1100111 0 1010000 101101 11010 101001110 1000011 101100

Color Harmonies of #BC2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2567

Black with #BC2567

Text Example


Text Example

White with #BC2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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