Html Css Color HEX #B2336D Rouge

📋 copy color: '#B2336D'

red 178 ◦ green 51 ◦ blue 109

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

Shades of Rouge #B2336D

Tints of Rouge #B2336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 52.66%
G = 15.09%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2336D (or 0xB2336D) is known color: Rouge. HEX triplet: B2, 33 and 6D. RGB value is (178,51,109). Sum of RGB (Red+Green+Blue) = 178+51+109=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2336D is #4DCC92. Grayscale: #5F5F5F. Windows color (decimal): -5098643 or 7156658. OLE color: 7156658.

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

Color convert

RGB 178 51 109 -
CMYK 0 0.71 0.39 0.30
HSL 332.6º 0.55% 0.45% -
HSV(B) 332.6º 0.71% 0.7% -
XYZ 22.3 12.94 15.79 -
YUV 95.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 178 51 109 0 0.71 0.39 0.30 332.6 0.55 0.45
Hex B2 33 6D 0 47 27 1E 14D 37 2D
Octal 262 63 155 0 107 47 36 515 67 55
Binary 10110010 110011 1101101 0 1000111 100111 11110 101001101 110111 101101

Color Harmonies of #B2336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2336D

Black with #B2336D

Text Example


Text Example

White with #B2336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2336D; }

 p { color: rgb(178,51,109); }

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

background-color css

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

 a { background-color: rgb(178,51,109); }

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

border-color css

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

 span { border-color: rgb(178,51,109); }

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