Html Css Color HEX #B2326C Rouge

📋 copy color: '#B2326C'

red 178 ◦ green 50 ◦ blue 108

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

Shades of Rouge #B2326C

Tints of Rouge #B2326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 52.98%
G = 14.88%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2326C (or 0xB2326C) is known color: Rouge. HEX triplet: B2, 32 and 6C. RGB value is (178,50,108). Sum of RGB (Red+Green+Blue) = 178+50+108=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2326C is #4DCD93. Grayscale: #5E5E5E. Windows color (decimal): -5098900 or 7090866. OLE color: 7090866.

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

Color convert

RGB 178 50 108 -
CMYK 0 0.72 0.39 0.30
HSL 332.81º 0.56% 0.45% -
HSV(B) 332.81º 0.72% 0.7% -
XYZ 22.21 12.83 15.49 -
YUV 94.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 178 50 108 0 0.72 0.39 0.30 332.81 0.56 0.45
Hex B2 32 6C 0 48 27 1E 14D 38 2D
Octal 262 62 154 0 110 47 36 515 70 55
Binary 10110010 110010 1101100 0 1001000 100111 11110 101001101 111000 101101

Color Harmonies of #B2326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2326C

Black with #B2326C

Text Example


Text Example

White with #B2326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2326C; }

 p { color: rgb(178,50,108); }

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

background-color css

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

 a { background-color: rgb(178,50,108); }

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

border-color css

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

 span { border-color: rgb(178,50,108); }

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