Html Css Color HEX #B2386F Rouge

📋 copy color: '#B2386F'

red 178 ◦ green 56 ◦ blue 111

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

Shades of Rouge #B2386F

Tints of Rouge #B2386F

RGB

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

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

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

R = 51.59%
G = 16.23%
B = 32.17%

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

#B2386F (or 0xB2386F) is known color: Rouge. HEX triplet: B2, 38 and 6F. RGB value is (178,56,111). Sum of RGB (Red+Green+Blue) = 178+56+111=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2386F is #4DC790. Grayscale: #626262. Windows color (decimal): -5097361 or 7289010. OLE color: 7289010.

HSL color Cylindrical-coordinate representation of color #B2386F: hue angle of 332.95º 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 #B2386F is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 111 -
CMYK 0 0.69 0.38 0.30
HSL 332.95º 0.52% 0.46% -
HSV(B) 332.95º 0.69% 0.7% -
XYZ 22.64 13.44 16.44 -
YUV 98.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 178 56 111 0 0.69 0.38 0.30 332.95 0.52 0.46
Hex B2 38 6F 0 45 26 1E 14D 34 2E
Octal 262 70 157 0 105 46 36 515 64 56
Binary 10110010 111000 1101111 0 1000101 100110 11110 101001101 110100 101110

Color Harmonies of #B2386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2386F

Black with #B2386F

Text Example


Text Example

White with #B2386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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