Html Css Color HEX #B9276A Rouge

📋 copy color: '#B9276A'

red 185 ◦ green 39 ◦ blue 106

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

Shades of Rouge #B9276A

Tints of Rouge #B9276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 56.06%
G = 11.82%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9276A (or 0xB9276A) is known color: Rouge. HEX triplet: B9, 27 and 6A. RGB value is (185,39,106). Sum of RGB (Red+Green+Blue) = 185+39+106=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276A is #46D895. Grayscale: #5A5A5A. Windows color (decimal): -4642966 or 6956985. OLE color: 6956985.

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

Color convert

RGB 185 39 106 -
CMYK 0 0.79 0.43 0.27
HSL 332.47º 0.65% 0.44% -
HSV(B) 332.47º 0.79% 0.73% -
XYZ 23.33 12.81 14.88 -
YUV 90.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 185 39 106 0 0.79 0.43 0.27 332.47 0.65 0.44
Hex B9 27 6A 0 4F 2B 1B 14C 41 2C
Octal 271 47 152 0 117 53 33 514 101 54
Binary 10111001 100111 1101010 0 1001111 101011 11011 101001100 1000001 101100

Color Harmonies of #B9276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9276A

Black with #B9276A

Text Example


Text Example

White with #B9276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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