Html Css Color HEX #BB2F66 Rouge

📋 copy color: '#BB2F66'

red 187 ◦ green 47 ◦ blue 102

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

Shades of Rouge #BB2F66

Tints of Rouge #BB2F66

RGB

 RED value IS 187 (73.44% from 255) = 55.65%

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 55.65%
G = 13.99%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB2F66 (or 0xBB2F66) is known color: Rouge. HEX triplet: BB, 2F and 66. RGB value is (187,47,102). Sum of RGB (Red+Green+Blue) = 187+47+102=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F66 is #44D099. Grayscale: #5F5F5F. Windows color (decimal): -4509850 or 6696891. OLE color: 6696891.

HSL color Cylindrical-coordinate representation of color #BB2F66: hue angle of 336.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2F66 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 102 -
CMYK 0 0.75 0.45 0.27
HSL 336.43º 0.6% 0.46% -
HSV(B) 336.43º 0.75% 0.73% -
XYZ 23.91 13.56 13.93 -
YUV 95.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 187 47 102 0 0.75 0.45 0.27 336.43 0.6 0.46
Hex BB 2F 66 0 4B 2D 1B 150 3C 2E
Octal 273 57 146 0 113 55 33 520 74 56
Binary 10111011 101111 1100110 0 1001011 101101 11011 101010000 111100 101110

Color Harmonies of #BB2F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F66

Black with #BB2F66

Text Example


Text Example

White with #BB2F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F66; }

 p { color: rgb(187,47,102); }

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

background-color css

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

 a { background-color: rgb(187,47,102); }

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

border-color css

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

 span { border-color: rgb(187,47,102); }

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