#B7366A

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

Shades of Rouge #B7366A

Tints of Rouge #B7366A

Color information

#B7366A (or 0xB7366A) is unknown color: approx Rouge. HEX triplet: B7, 36 and 6A. RGB value is (183,54,106). Sum of RGB (Red+Green+Blue) = 183+54+106=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7366A is #48C995. Grayscale: #626262. Windows color (decimal): -4770198 or 6960823. OLE color: 6960823.

HSL color Cylindrical-coordinate representation of color #B7366A: hue angle of 335.81º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7366A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18354106-
CMYK00.700.420.28
HSL335.81º54.43%46.47%-
HSV(B)335.81º70.49%71.76%-
XYZ23.4513.7515.05-
YUV98.5132.24188.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=53.35%
G=15.74%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835410600.700.420.28335.8154.4346.47
HexB7366A0462A1C150362e
Octal26766152010652345206656
Binary1011011111011011010100100011010101011100101010000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7366A; }

 p { color: rgb(183,54,106); }

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

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

 a { background-color: rgb(183,54,106); }

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

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

 span { border-color: rgb(183,54,106); }

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