Html Css Color HEX #B9356B Rouge

📋 copy color: '#B9356B'

red 185 ◦ green 53 ◦ blue 107

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

Shades of Rouge #B9356B

Tints of Rouge #B9356B

RGB

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

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

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

R = 53.62%
G = 15.36%
B = 31.01%

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

#B9356B (or 0xB9356B) is known color: Rouge. HEX triplet: B9, 35 and 6B. RGB value is (185,53,107). Sum of RGB (Red+Green+Blue) = 185+53+107=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9356B is #46CA94. Grayscale: #626262. Windows color (decimal): -4639381 or 7026105. OLE color: 7026105.

HSL color Cylindrical-coordinate representation of color #B9356B: hue angle of 335.45º 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 #B9356B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 107 -
CMYK 0 0.71 0.42 0.27
HSL 335.45º 0.55% 0.47% -
HSV(B) 335.45º 0.71% 0.73% -
XYZ 23.93 13.92 15.34 -
YUV 98.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 185 53 107 0 0.71 0.42 0.27 335.45 0.55 0.47
Hex B9 35 6B 0 47 2A 1B 14F 37 2F
Octal 271 65 153 0 107 52 33 517 67 57
Binary 10111001 110101 1101011 0 1000111 101010 11011 101001111 110111 101111

Color Harmonies of #B9356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9356B

Black with #B9356B

Text Example


Text Example

White with #B9356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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