Html Css Color HEX #B2326A Rouge

📋 copy color: '#B2326A'

red 178 ◦ green 50 ◦ blue 106

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

Shades of Rouge #B2326A

Tints of Rouge #B2326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 53.29%
G = 14.97%
B = 31.74%

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

#B2326A (or 0xB2326A) is known color: Rouge. HEX triplet: B2, 32 and 6A. RGB value is (178,50,106). Sum of RGB (Red+Green+Blue) = 178+50+106=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2326A is #4DCD95. Grayscale: #5E5E5E. Windows color (decimal): -5098902 or 6959794. OLE color: 6959794.

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

Color convert

RGB 178 50 106 -
CMYK 0 0.72 0.40 0.30
HSL 333.75º 0.56% 0.45% -
HSV(B) 333.75º 0.72% 0.7% -
XYZ 22.1 12.79 14.94 -
YUV 94.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 178 50 106 0 0.72 0.40 0.30 333.75 0.56 0.45
Hex B2 32 6A 0 48 28 1E 14E 38 2D
Octal 262 62 152 0 110 50 36 516 70 55
Binary 10110010 110010 1101010 0 1001000 101000 11110 101001110 111000 101101

Color Harmonies of #B2326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2326A

Black with #B2326A

Text Example


Text Example

White with #B2326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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