Html Css Color HEX #B3386F Rouge

📋 copy color: '#B3386F'

red 179 ◦ green 56 ◦ blue 111

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

Shades of Rouge #B3386F

Tints of Rouge #B3386F

RGB

 RED value IS 179 (70.31% from 255) = 51.73%

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 51.73%
G = 16.18%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3386F (or 0xB3386F) is known color: Rouge. HEX triplet: B3, 38 and 6F. RGB value is (179,56,111). Sum of RGB (Red+Green+Blue) = 179+56+111=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3386F is #4CC790. Grayscale: #626262. Windows color (decimal): -5031825 or 7289011. OLE color: 7289011.

HSL color Cylindrical-coordinate representation of color #B3386F: hue angle of 333.17º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3386F is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 111 -
CMYK 0 0.69 0.38 0.30
HSL 333.17º 0.52% 0.46% -
HSV(B) 333.17º 0.69% 0.7% -
XYZ 22.87 13.56 16.45 -
YUV 99.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 179 56 111 0 0.69 0.38 0.30 333.17 0.52 0.46
Hex B3 38 6F 0 45 26 1E 14D 34 2E
Octal 263 70 157 0 105 46 36 515 64 56
Binary 10110011 111000 1101111 0 1000101 100110 11110 101001101 110100 101110

Color Harmonies of #B3386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3386F

Black with #B3386F

Text Example


Text Example

White with #B3386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3386F; }

 p { color: rgb(179,56,111); }

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

background-color css

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

 a { background-color: rgb(179,56,111); }

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

border-color css

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

 span { border-color: rgb(179,56,111); }

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