Html Css Color HEX #B2326B Rouge

📋 copy color: '#B2326B'

red 178 ◦ green 50 ◦ blue 107

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

Shades of Rouge #B2326B

Tints of Rouge #B2326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 53.13%
G = 14.93%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2326B (or 0xB2326B) is known color: Rouge. HEX triplet: B2, 32 and 6B. RGB value is (178,50,107). Sum of RGB (Red+Green+Blue) = 178+50+107=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2326B is #4DCD94. Grayscale: #5E5E5E. Windows color (decimal): -5098901 or 7025330. OLE color: 7025330.

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

Color convert

RGB 178 50 107 -
CMYK 0 0.72 0.40 0.30
HSL 333.28º 0.56% 0.45% -
HSV(B) 333.28º 0.72% 0.7% -
XYZ 22.15 12.81 15.21 -
YUV 94.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 178 50 107 0 0.72 0.40 0.30 333.28 0.56 0.45
Hex B2 32 6B 0 48 28 1E 14D 38 2D
Octal 262 62 153 0 110 50 36 515 70 55
Binary 10110010 110010 1101011 0 1001000 101000 11110 101001101 111000 101101

Color Harmonies of #B2326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2326B

Black with #B2326B

Text Example


Text Example

White with #B2326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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