Html Css Color HEX #B2265E Rouge

📋 copy color: '#B2265E'

red 178 ◦ green 38 ◦ blue 94

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

Shades of Rouge #B2265E

Tints of Rouge #B2265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 57.42%
G = 12.26%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2265E (or 0xB2265E) is known color: Rouge. HEX triplet: B2, 26 and 5E. RGB value is (178,38,94). Sum of RGB (Red+Green+Blue) = 178+38+94=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2265E is #4DD9A1. Grayscale: #565656. Windows color (decimal): -5101986 or 6170290. OLE color: 6170290.

HSL color Cylindrical-coordinate representation of color #B2265E: hue angle of 336º degrees, saturation: 0.65, 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 #B2265E is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 94 -
CMYK 0 0.79 0.47 0.30
HSL 336º 0.65% 0.42% -
HSV(B) 336º 0.79% 0.7% -
XYZ 21.07 11.66 11.73 -
YUV 86.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 178 38 94 0 0.79 0.47 0.30 336 0.65 0.42
Hex B2 26 5E 0 4F 2F 1E 150 41 2A
Octal 262 46 136 0 117 57 36 520 101 52
Binary 10110010 100110 1011110 0 1001111 101111 11110 101010000 1000001 101010

Color Harmonies of #B2265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2265E

Black with #B2265E

Text Example


Text Example

White with #B2265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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