Html Css Color HEX #BB346D Rouge

📋 copy color: '#BB346D'

red 187 ◦ green 52 ◦ blue 109

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

Shades of Rouge #BB346D

Tints of Rouge #BB346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 53.74%
G = 14.94%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB346D (or 0xBB346D) is known color: Rouge. HEX triplet: BB, 34 and 6D. RGB value is (187,52,109). Sum of RGB (Red+Green+Blue) = 187+52+109=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB346D is #44CB92. Grayscale: #626262. Windows color (decimal): -4508563 or 7156923. OLE color: 7156923.

HSL color Cylindrical-coordinate representation of color #BB346D: hue angle of 334.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB346D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 109 -
CMYK 0 0.72 0.42 0.27
HSL 334.67º 0.56% 0.47% -
HSV(B) 334.67º 0.72% 0.73% -
XYZ 24.48 14.12 15.9 -
YUV 98.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 187 52 109 0 0.72 0.42 0.27 334.67 0.56 0.47
Hex BB 34 6D 0 48 2A 1B 14F 38 2F
Octal 273 64 155 0 110 52 33 517 70 57
Binary 10111011 110100 1101101 0 1001000 101010 11011 101001111 111000 101111

Color Harmonies of #BB346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB346D

Black with #BB346D

Text Example


Text Example

White with #BB346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB346D; }

 p { color: rgb(187,52,109); }

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

background-color css

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

 a { background-color: rgb(187,52,109); }

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

border-color css

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

 span { border-color: rgb(187,52,109); }

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