Html Css Color HEX #B0396C Rouge

📋 copy color: '#B0396C'

red 176 ◦ green 57 ◦ blue 108

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

Shades of Rouge #B0396C

Tints of Rouge #B0396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 51.61%
G = 16.72%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0396C (or 0xB0396C) is known color: Rouge. HEX triplet: B0, 39 and 6C. RGB value is (176,57,108). Sum of RGB (Red+Green+Blue) = 176+57+108=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0396C is #4FC693. Grayscale: #626262. Windows color (decimal): -5228180 or 7092656. OLE color: 7092656.

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

Color convert

RGB 176 57 108 -
CMYK 0 0.68 0.39 0.31
HSL 334.29º 0.51% 0.46% -
HSV(B) 334.29º 0.68% 0.69% -
XYZ 22.07 13.24 15.58 -
YUV 98.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 176 57 108 0 0.68 0.39 0.31 334.29 0.51 0.46
Hex B0 39 6C 0 44 27 1F 14E 33 2E
Octal 260 71 154 0 104 47 37 516 63 56
Binary 10110000 111001 1101100 0 1000100 100111 11111 101001110 110011 101110

Color Harmonies of #B0396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0396C

Black with #B0396C

Text Example


Text Example

White with #B0396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0396C; }

 p { color: rgb(176,57,108); }

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

background-color css

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

 a { background-color: rgb(176,57,108); }

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

border-color css

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

 span { border-color: rgb(176,57,108); }

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