Html Css Color HEX #B2386E Rouge

📋 copy color: '#B2386E'

red 178 ◦ green 56 ◦ blue 110

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

Shades of Rouge #B2386E

Tints of Rouge #B2386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 51.74%
G = 16.28%
B = 31.98%

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

#B2386E (or 0xB2386E) is known color: Rouge. HEX triplet: B2, 38 and 6E. RGB value is (178,56,110). Sum of RGB (Red+Green+Blue) = 178+56+110=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2386E is #4DC791. Grayscale: #626262. Windows color (decimal): -5097362 or 7223474. OLE color: 7223474.

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

Color convert

RGB 178 56 110 -
CMYK 0 0.69 0.38 0.30
HSL 333.44º 0.52% 0.46% -
HSV(B) 333.44º 0.69% 0.7% -
XYZ 22.59 13.42 16.15 -
YUV 98.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 178 56 110 0 0.69 0.38 0.30 333.44 0.52 0.46
Hex B2 38 6E 0 45 26 1E 14D 34 2E
Octal 262 70 156 0 105 46 36 515 64 56
Binary 10110010 111000 1101110 0 1000101 100110 11110 101001101 110100 101110

Color Harmonies of #B2386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2386E

Black with #B2386E

Text Example


Text Example

White with #B2386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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