Html Css Color HEX #BC2F67 Rouge

📋 copy color: '#BC2F67'

red 188 ◦ green 47 ◦ blue 103

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

Shades of Rouge #BC2F67

Tints of Rouge #BC2F67

RGB

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

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

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

R = 55.62%
G = 13.91%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2F67 (or 0xBC2F67) is known color: Rouge. HEX triplet: BC, 2F and 67. RGB value is (188,47,103). Sum of RGB (Red+Green+Blue) = 188+47+103=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F67 is #43D098. Grayscale: #5F5F5F. Windows color (decimal): -4444313 or 6762428. OLE color: 6762428.

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

Color convert

RGB 188 47 103 -
CMYK 0 0.75 0.45 0.26
HSL 336.17º 0.6% 0.46% -
HSV(B) 336.17º 0.75% 0.74% -
XYZ 24.2 13.7 14.2 -
YUV 95.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 188 47 103 0 0.75 0.45 0.26 336.17 0.6 0.46
Hex BC 2F 67 0 4B 2D 1A 150 3C 2E
Octal 274 57 147 0 113 55 32 520 74 56
Binary 10111100 101111 1100111 0 1001011 101101 11010 101010000 111100 101110

Color Harmonies of #BC2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F67

Black with #BC2F67

Text Example


Text Example

White with #BC2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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