Html Css Color HEX #BB345F Rouge

📋 copy color: '#BB345F'

red 187 ◦ green 52 ◦ blue 95

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

Shades of Rouge #BB345F

Tints of Rouge #BB345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 55.99%
G = 15.57%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB345F (or 0xBB345F) is known color: Rouge. HEX triplet: BB, 34 and 5F. RGB value is (187,52,95). Sum of RGB (Red+Green+Blue) = 187+52+95=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345F is #44CBA0. Grayscale: #616161. Windows color (decimal): -4508577 or 6239419. OLE color: 6239419.

HSL color Cylindrical-coordinate representation of color #BB345F: hue angle of 340.89º 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 #BB345F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 95 -
CMYK 0 0.72 0.49 0.27
HSL 340.89º 0.56% 0.47% -
HSV(B) 340.89º 0.72% 0.73% -
XYZ 23.79 13.85 12.25 -
YUV 97.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 187 52 95 0 0.72 0.49 0.27 340.89 0.56 0.47
Hex BB 34 5F 0 48 31 1B 155 38 2F
Octal 273 64 137 0 110 61 33 525 70 57
Binary 10111011 110100 1011111 0 1001000 110001 11011 101010101 111000 101111

Color Harmonies of #BB345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB345F

Black with #BB345F

Text Example


Text Example

White with #BB345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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