#B82769

Color #B82769 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B82769

Tints of Rouge #B82769

Color information

#B82769 (or 0xB82769) is unknown color: approx Rouge. HEX triplet: B8, 27 and 69. RGB value is (184,39,105). Sum of RGB (Red+Green+Blue) = 184+39+105=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B82769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82769 is #47D896. Grayscale: #595959. Windows color (decimal): -4708503 or 6891448. OLE color: 6891448.

HSL color Cylindrical-coordinate representation of color #B82769: hue angle of 332.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82769 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18439105-
CMYK00.790.430.28
HSL332.69º65.02%43.73%-
HSV(B)332.69º78.8%72.16%-
XYZ23.0412.6614.59-
YUV89.88136.54195.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.10%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=56.10%
G=11.89%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843910500.790.430.28332.6965.0243.73
HexB8276904F2B1C14d412c
Octal270471510117533451510154
Binary10111000100111110100101001111101011111001010011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82769; }

 p { color: rgb(184,39,105); }

 H1.HeaderClassName
 {
   color: #B82769;
 }
 .AnyTagClassName
 {
   color: #B82769;
 }
</style>
background-color css

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

 a { background-color: rgb(184,39,105); }

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

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

 span { border-color: rgb(184,39,105); }

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