Html Css Color HEX #B94165 Rouge

📋 copy color: '#B94165'

red 185 ◦ green 65 ◦ blue 101

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

Shades of Rouge #B94165

Tints of Rouge #B94165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 52.71%
G = 18.52%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B94165 (or 0xB94165) is known color: Rouge. HEX triplet: B9, 41 and 65. RGB value is (185,65,101). Sum of RGB (Red+Green+Blue) = 185+65+101=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B94165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94165 is #46BE9A. Grayscale: #686868. Windows color (decimal): -4636315 or 6635961. OLE color: 6635961.

HSL color Cylindrical-coordinate representation of color #B94165: hue angle of 342º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94165 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 101 -
CMYK 0 0.65 0.45 0.27
HSL 342º 0.48% 0.49% -
HSV(B) 342º 0.65% 0.73% -
XYZ 24.25 15.03 13.94 -
YUV 104.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 185 65 101 0 0.65 0.45 0.27 342 0.48 0.49
Hex B9 41 65 0 41 2D 1B 156 30 31
Octal 271 101 145 0 101 55 33 526 60 61
Binary 10111001 1000001 1100101 0 1000001 101101 11011 101010110 110000 110001

Color Harmonies of #B94165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94165

Black with #B94165

Text Example


Text Example

White with #B94165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94165; }

 p { color: rgb(185,65,101); }

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

background-color css

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

 a { background-color: rgb(185,65,101); }

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

border-color css

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

 span { border-color: rgb(185,65,101); }

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