Html Css Color HEX #B2256A Rouge

📋 copy color: '#B2256A'

red 178 ◦ green 37 ◦ blue 106

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

Shades of Rouge #B2256A

Tints of Rouge #B2256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 55.45%
G = 11.53%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2256A (or 0xB2256A) is known color: Rouge. HEX triplet: B2, 25 and 6A. RGB value is (178,37,106). Sum of RGB (Red+Green+Blue) = 178+37+106=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2256A is #4DDA95. Grayscale: #565656. Windows color (decimal): -5102230 or 6956466. OLE color: 6956466.

HSL color Cylindrical-coordinate representation of color #B2256A: hue angle of 330.64º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2256A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 106 -
CMYK 0 0.79 0.40 0.30
HSL 330.64º 0.66% 0.42% -
HSV(B) 330.64º 0.79% 0.7% -
XYZ 21.62 11.83 14.78 -
YUV 87.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 178 37 106 0 0.79 0.40 0.30 330.64 0.66 0.42
Hex B2 25 6A 0 4F 28 1E 14B 42 2A
Octal 262 45 152 0 117 50 36 513 102 52
Binary 10110010 100101 1101010 0 1001111 101000 11110 101001011 1000010 101010

Color Harmonies of #B2256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2256A

Black with #B2256A

Text Example


Text Example

White with #B2256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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