Html Css Color HEX #BB2669 Rouge

📋 copy color: '#BB2669'

red 187 ◦ green 38 ◦ blue 105

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

Shades of Rouge #BB2669

Tints of Rouge #BB2669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 56.67%
G = 11.52%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2669 (or 0xBB2669) is known color: Rouge. HEX triplet: BB, 26 and 69. RGB value is (187,38,105). Sum of RGB (Red+Green+Blue) = 187+38+105=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2669 is #44D996. Grayscale: #5A5A5A. Windows color (decimal): -4512151 or 6891195. OLE color: 6891195.

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

Color convert

RGB 187 38 105 -
CMYK 0 0.80 0.44 0.27
HSL 333.02º 0.66% 0.44% -
HSV(B) 333.02º 0.8% 0.73% -
XYZ 23.74 12.97 14.62 -
YUV 90.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 187 38 105 0 0.80 0.44 0.27 333.02 0.66 0.44
Hex BB 26 69 0 50 2C 1B 14D 42 2C
Octal 273 46 151 0 120 54 33 515 102 54
Binary 10111011 100110 1101001 0 1010000 101100 11011 101001101 1000010 101100

Color Harmonies of #BB2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2669

Black with #BB2669

Text Example


Text Example

White with #BB2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2669; }

 p { color: rgb(187,38,105); }

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

background-color css

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

 a { background-color: rgb(187,38,105); }

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

border-color css

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

 span { border-color: rgb(187,38,105); }

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