Html Css Color HEX #B2386C Rouge

📋 copy color: '#B2386C'

red 178 ◦ green 56 ◦ blue 108

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

Shades of Rouge #B2386C

Tints of Rouge #B2386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 52.05%
G = 16.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2386C (or 0xB2386C) is known color: Rouge. HEX triplet: B2, 38 and 6C. RGB value is (178,56,108). Sum of RGB (Red+Green+Blue) = 178+56+108=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2386C is #4DC793. Grayscale: #626262. Windows color (decimal): -5097364 or 7092402. OLE color: 7092402.

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

Color convert

RGB 178 56 108 -
CMYK 0 0.69 0.39 0.30
HSL 334.43º 0.52% 0.46% -
HSV(B) 334.43º 0.69% 0.7% -
XYZ 22.48 13.38 15.58 -
YUV 98.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 178 56 108 0 0.69 0.39 0.30 334.43 0.52 0.46
Hex B2 38 6C 0 45 27 1E 14E 34 2E
Octal 262 70 154 0 105 47 36 516 64 56
Binary 10110010 111000 1101100 0 1000101 100111 11110 101001110 110100 101110

Color Harmonies of #B2386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2386C

Black with #B2386C

Text Example


Text Example

White with #B2386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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