Html Css Color HEX #B9356C Rouge

📋 copy color: '#B9356C'

red 185 ◦ green 53 ◦ blue 108

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

Shades of Rouge #B9356C

Tints of Rouge #B9356C

RGB

 RED value IS 185 (72.66% from 255) = 53.47%

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

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

R = 53.47%
G = 15.32%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9356C (or 0xB9356C) is known color: Rouge. HEX triplet: B9, 35 and 6C. RGB value is (185,53,108). Sum of RGB (Red+Green+Blue) = 185+53+108=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9356C is #46CA93. Grayscale: #626262. Windows color (decimal): -4639380 or 7091641. OLE color: 7091641.

HSL color Cylindrical-coordinate representation of color #B9356C: hue angle of 335º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9356C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 108 -
CMYK 0 0.71 0.42 0.27
HSL 335º 0.55% 0.47% -
HSV(B) 335º 0.71% 0.73% -
XYZ 23.99 13.94 15.61 -
YUV 98.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 185 53 108 0 0.71 0.42 0.27 335 0.55 0.47
Hex B9 35 6C 0 47 2A 1B 14F 37 2F
Octal 271 65 154 0 107 52 33 517 67 57
Binary 10111001 110101 1101100 0 1000111 101010 11011 101001111 110111 101111

Color Harmonies of #B9356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9356C

Black with #B9356C

Text Example


Text Example

White with #B9356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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