Html Css Color HEX #B9355E Rouge

📋 copy color: '#B9355E'

red 185 ◦ green 53 ◦ blue 94

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

Shades of Rouge #B9355E

Tints of Rouge #B9355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 55.72%
G = 15.96%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9355E (or 0xB9355E) is known color: Rouge. HEX triplet: B9, 35 and 5E. RGB value is (185,53,94). Sum of RGB (Red+Green+Blue) = 185+53+94=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355E is #46CAA1. Grayscale: #616161. Windows color (decimal): -4639394 or 6174137. OLE color: 6174137.

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

Color convert

RGB 185 53 94 -
CMYK 0 0.71 0.49 0.27
HSL 341.36º 0.55% 0.47% -
HSV(B) 341.36º 0.71% 0.73% -
XYZ 23.3 13.67 12 -
YUV 97.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 185 53 94 0 0.71 0.49 0.27 341.36 0.55 0.47
Hex B9 35 5E 0 47 31 1B 155 37 2F
Octal 271 65 136 0 107 61 33 525 67 57
Binary 10111001 110101 1011110 0 1000111 110001 11011 101010101 110111 101111

Color Harmonies of #B9355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9355E

Black with #B9355E

Text Example


Text Example

White with #B9355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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