Html Css Color HEX #B0356C Rouge

📋 copy color: '#B0356C'

red 176 ◦ green 53 ◦ blue 108

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

Shades of Rouge #B0356C

Tints of Rouge #B0356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 52.23%
G = 15.73%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0356C (or 0xB0356C) is known color: Rouge. HEX triplet: B0, 35 and 6C. RGB value is (176,53,108). Sum of RGB (Red+Green+Blue) = 176+53+108=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0356C is #4FCA93. Grayscale: #5F5F5F. Windows color (decimal): -5229204 or 7091632. OLE color: 7091632.

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

Color convert

RGB 176 53 108 -
CMYK 0 0.70 0.39 0.31
HSL 333.17º 0.54% 0.45% -
HSV(B) 333.17º 0.7% 0.69% -
XYZ 21.88 12.86 15.52 -
YUV 96.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 176 53 108 0 0.70 0.39 0.31 333.17 0.54 0.45
Hex B0 35 6C 0 46 27 1F 14D 36 2D
Octal 260 65 154 0 106 47 37 515 66 55
Binary 10110000 110101 1101100 0 1000110 100111 11111 101001101 110110 101101

Color Harmonies of #B0356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0356C

Black with #B0356C

Text Example


Text Example

White with #B0356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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