Html Css Color HEX #B0386E Rouge

📋 copy color: '#B0386E'

red 176 ◦ green 56 ◦ blue 110

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

Shades of Rouge #B0386E

Tints of Rouge #B0386E

RGB

 RED value IS 176 (69.14% from 255) = 51.46%

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

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

R = 51.46%
G = 16.37%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0386E (or 0xB0386E) is known color: Rouge. HEX triplet: B0, 38 and 6E. RGB value is (176,56,110). Sum of RGB (Red+Green+Blue) = 176+56+110=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0386E is #4FC791. Grayscale: #616161. Windows color (decimal): -5228434 or 7223472. OLE color: 7223472.

HSL color Cylindrical-coordinate representation of color #B0386E: hue angle of 333º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0386E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 110 -
CMYK 0 0.68 0.37 0.31
HSL 333º 0.52% 0.45% -
HSV(B) 333º 0.68% 0.69% -
XYZ 22.13 13.18 16.13 -
YUV 98.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 176 56 110 0 0.68 0.37 0.31 333 0.52 0.45
Hex B0 38 6E 0 44 25 1F 14D 34 2D
Octal 260 70 156 0 104 45 37 515 64 55
Binary 10110000 111000 1101110 0 1000100 100101 11111 101001101 110100 101101

Color Harmonies of #B0386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0386E

Black with #B0386E

Text Example


Text Example

White with #B0386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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