Html Css Color HEX #B2346F Rouge

📋 copy color: '#B2346F'

red 178 ◦ green 52 ◦ blue 111

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

Shades of Rouge #B2346F

Tints of Rouge #B2346F

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 52.2%
G = 15.25%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2346F (or 0xB2346F) is known color: Rouge. HEX triplet: B2, 34 and 6F. RGB value is (178,52,111). Sum of RGB (Red+Green+Blue) = 178+52+111=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2346F is #4DCB90. Grayscale: #606060. Windows color (decimal): -5098385 or 7287986. OLE color: 7287986.

HSL color Cylindrical-coordinate representation of color #B2346F: hue angle of 331.9º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2346F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 111 -
CMYK 0 0.71 0.38 0.30
HSL 331.9º 0.55% 0.45% -
HSV(B) 331.9º 0.71% 0.7% -
XYZ 22.46 13.07 16.38 -
YUV 96.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 178 52 111 0 0.71 0.38 0.30 331.9 0.55 0.45
Hex B2 34 6F 0 47 26 1E 14C 37 2D
Octal 262 64 157 0 107 46 36 514 67 55
Binary 10110010 110100 1101111 0 1000111 100110 11110 101001100 110111 101101

Color Harmonies of #B2346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2346F

Black with #B2346F

Text Example


Text Example

White with #B2346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2346F; }

 p { color: rgb(178,52,111); }

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

background-color css

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

 a { background-color: rgb(178,52,111); }

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

border-color css

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

 span { border-color: rgb(178,52,111); }

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