#B83267

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

Shades of Rouge #B83267

Tints of Rouge #B83267

Color information

#B83267 (or 0xB83267) is unknown color: approx Rouge. HEX triplet: B8, 32 and 67. RGB value is (184,50,103). Sum of RGB (Red+Green+Blue) = 184+50+103=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83267 is #47CD98. Grayscale: #606060. Windows color (decimal): -4705689 or 6763192. OLE color: 6763192.

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

Color convert

RGB18450103-
CMYK00.730.440.28
HSL336.27º57.26%45.88%-
HSV(B)336.27º72.83%72.16%-
XYZ23.3613.4514.2-
YUV96.11131.89190.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=54.60%
G=14.84%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845010300.730.440.28336.2757.2645.88
HexB832670492C1C150392e
Octal27062147011154345207156
Binary1011100011001011001110100100110110011100101010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83267; }

 p { color: rgb(184,50,103); }

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

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

 a { background-color: rgb(184,50,103); }

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

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

 span { border-color: rgb(184,50,103); }

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