Html Css Color HEX #B0346A Rouge

📋 copy color: '#B0346A'

red 176 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B0346A

Tints of Rouge #B0346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 52.69%
G = 15.57%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0346A (or 0xB0346A) is known color: Rouge. HEX triplet: B0, 34 and 6A. RGB value is (176,52,106). Sum of RGB (Red+Green+Blue) = 176+52+106=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0346A is #4FCB95. Grayscale: #5F5F5F. Windows color (decimal): -5229462 or 6960304. OLE color: 6960304.

HSL color Cylindrical-coordinate representation of color #B0346A: hue angle of 333.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0346A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 106 -
CMYK 0 0.70 0.40 0.31
HSL 333.87º 0.54% 0.45% -
HSV(B) 333.87º 0.7% 0.69% -
XYZ 21.73 12.73 14.95 -
YUV 95.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 176 52 106 0 0.70 0.40 0.31 333.87 0.54 0.45
Hex B0 34 6A 0 46 28 1F 14E 36 2D
Octal 260 64 152 0 106 50 37 516 66 55
Binary 10110000 110100 1101010 0 1000110 101000 11111 101001110 110110 101101

Color Harmonies of #B0346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0346A

Black with #B0346A

Text Example


Text Example

White with #B0346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0346A; }

 p { color: rgb(176,52,106); }

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

background-color css

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

 a { background-color: rgb(176,52,106); }

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

border-color css

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

 span { border-color: rgb(176,52,106); }

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