Html Css Color HEX #B2275E Rouge

📋 copy color: '#B2275E'

red 178 ◦ green 39 ◦ blue 94

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

Shades of Rouge #B2275E

Tints of Rouge #B2275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 57.23%
G = 12.54%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2275E (or 0xB2275E) is known color: Rouge. HEX triplet: B2, 27 and 5E. RGB value is (178,39,94). Sum of RGB (Red+Green+Blue) = 178+39+94=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2275E is #4DD8A1. Grayscale: #565656. Windows color (decimal): -5101730 or 6170546. OLE color: 6170546.

HSL color Cylindrical-coordinate representation of color #B2275E: hue angle of 336.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2275E is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 94 -
CMYK 0 0.78 0.47 0.30
HSL 336.26º 0.64% 0.43% -
HSV(B) 336.26º 0.78% 0.7% -
XYZ 21.11 11.72 11.74 -
YUV 86.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 178 39 94 0 0.78 0.47 0.30 336.26 0.64 0.43
Hex B2 27 5E 0 4E 2F 1E 150 40 2B
Octal 262 47 136 0 116 57 36 520 100 53
Binary 10110010 100111 1011110 0 1001110 101111 11110 101010000 1000000 101011

Color Harmonies of #B2275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2275E

Black with #B2275E

Text Example


Text Example

White with #B2275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2275E; }

 p { color: rgb(178,39,94); }

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

background-color css

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

 a { background-color: rgb(178,39,94); }

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

border-color css

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

 span { border-color: rgb(178,39,94); }

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