Html Css Color HEX #B9286A Rouge

📋 copy color: '#B9286A'

red 185 ◦ green 40 ◦ blue 106

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

Shades of Rouge #B9286A

Tints of Rouge #B9286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 55.89%
G = 12.08%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9286A (or 0xB9286A) is known color: Rouge. HEX triplet: B9, 28 and 6A. RGB value is (185,40,106). Sum of RGB (Red+Green+Blue) = 185+40+106=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9286A is #46D795. Grayscale: #5A5A5A. Windows color (decimal): -4642710 or 6957241. OLE color: 6957241.

HSL color Cylindrical-coordinate representation of color #B9286A: hue angle of 332.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9286A is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 40 106 -
CMYK 0 0.78 0.43 0.27
HSL 332.69º 0.64% 0.44% -
HSV(B) 332.69º 0.78% 0.73% -
XYZ 23.37 12.87 14.89 -
YUV 90.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 185 40 106 0 0.78 0.43 0.27 332.69 0.64 0.44
Hex B9 28 6A 0 4E 2B 1B 14D 40 2C
Octal 271 50 152 0 116 53 33 515 100 54
Binary 10111001 101000 1101010 0 1001110 101011 11011 101001101 1000000 101100

Color Harmonies of #B9286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9286A

Black with #B9286A

Text Example


Text Example

White with #B9286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9286A; }

 p { color: rgb(185,40,106); }

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

background-color css

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

 a { background-color: rgb(185,40,106); }

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

border-color css

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

 span { border-color: rgb(185,40,106); }

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