Html Css Color HEX #BC2D67 Rouge

📋 copy color: '#BC2D67'

red 188 ◦ green 45 ◦ blue 103

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

Shades of Rouge #BC2D67

Tints of Rouge #BC2D67

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

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

R = 55.95%
G = 13.39%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2D67 (or 0xBC2D67) is known color: Rouge. HEX triplet: BC, 2D and 67. RGB value is (188,45,103). Sum of RGB (Red+Green+Blue) = 188+45+103=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D67 is #43D298. Grayscale: #5E5E5E. Windows color (decimal): -4444825 or 6761916. OLE color: 6761916.

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

Color convert

RGB 188 45 103 -
CMYK 0 0.76 0.45 0.26
HSL 335.66º 0.61% 0.46% -
HSV(B) 335.66º 0.76% 0.74% -
XYZ 24.13 13.55 14.18 -
YUV 94.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 188 45 103 0 0.76 0.45 0.26 335.66 0.61 0.46
Hex BC 2D 67 0 4C 2D 1A 150 3D 2E
Octal 274 55 147 0 114 55 32 520 75 56
Binary 10111100 101101 1100111 0 1001100 101101 11010 101010000 111101 101110

Color Harmonies of #BC2D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D67

Black with #BC2D67

Text Example


Text Example

White with #BC2D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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