Html Css Color HEX #B0396B Rouge

📋 copy color: '#B0396B'

red 176 ◦ green 57 ◦ blue 107

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

Shades of Rouge #B0396B

Tints of Rouge #B0396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 51.76%
G = 16.76%
B = 31.47%

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

#B0396B (or 0xB0396B) is known color: Rouge. HEX triplet: B0, 39 and 6B. RGB value is (176,57,107). Sum of RGB (Red+Green+Blue) = 176+57+107=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0396B is #4FC694. Grayscale: #626262. Windows color (decimal): -5228181 or 7027120. OLE color: 7027120.

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

Color convert

RGB 176 57 107 -
CMYK 0 0.68 0.39 0.31
HSL 334.79º 0.51% 0.46% -
HSV(B) 334.79º 0.68% 0.69% -
XYZ 22.02 13.22 15.3 -
YUV 98.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 176 57 107 0 0.68 0.39 0.31 334.79 0.51 0.46
Hex B0 39 6B 0 44 27 1F 14F 33 2E
Octal 260 71 153 0 104 47 37 517 63 56
Binary 10110000 111001 1101011 0 1000100 100111 11111 101001111 110011 101110

Color Harmonies of #B0396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0396B

Black with #B0396B

Text Example


Text Example

White with #B0396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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