Html Css Color HEX #BB2769 Rouge

📋 copy color: '#BB2769'

red 187 ◦ green 39 ◦ blue 105

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

Shades of Rouge #BB2769

Tints of Rouge #BB2769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

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

R = 56.5%
G = 11.78%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2769 (or 0xBB2769) is known color: Rouge. HEX triplet: BB, 27 and 69. RGB value is (187,39,105). Sum of RGB (Red+Green+Blue) = 187+39+105=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2769 is #44D896. Grayscale: #5A5A5A. Windows color (decimal): -4511895 or 6891451. OLE color: 6891451.

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

Color convert

RGB 187 39 105 -
CMYK 0 0.79 0.44 0.27
HSL 333.24º 0.65% 0.44% -
HSV(B) 333.24º 0.79% 0.73% -
XYZ 23.77 13.04 14.63 -
YUV 90.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 187 39 105 0 0.79 0.44 0.27 333.24 0.65 0.44
Hex BB 27 69 0 4F 2C 1B 14D 41 2C
Octal 273 47 151 0 117 54 33 515 101 54
Binary 10111011 100111 1101001 0 1001111 101100 11011 101001101 1000001 101100

Color Harmonies of #BB2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2769

Black with #BB2769

Text Example


Text Example

White with #BB2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2769; }

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

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

background-color css

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

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

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

border-color css

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

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

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