Html Css Color HEX #B9306C Rouge

📋 copy color: '#B9306C'

red 185 ◦ green 48 ◦ blue 108

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

Shades of Rouge #B9306C

Tints of Rouge #B9306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 54.25%
G = 14.08%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9306C (or 0xB9306C) is known color: Rouge. HEX triplet: B9, 30 and 6C. RGB value is (185,48,108). Sum of RGB (Red+Green+Blue) = 185+48+108=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306C is #46CF93. Grayscale: #5F5F5F. Windows color (decimal): -4640660 or 7090361. OLE color: 7090361.

HSL color Cylindrical-coordinate representation of color #B9306C: hue angle of 333.72º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9306C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 108 -
CMYK 0 0.74 0.42 0.27
HSL 333.72º 0.59% 0.46% -
HSV(B) 333.72º 0.74% 0.73% -
XYZ 23.77 13.51 15.54 -
YUV 95.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 185 48 108 0 0.74 0.42 0.27 333.72 0.59 0.46
Hex B9 30 6C 0 4A 2A 1B 14E 3B 2E
Octal 271 60 154 0 112 52 33 516 73 56
Binary 10111001 110000 1101100 0 1001010 101010 11011 101001110 111011 101110

Color Harmonies of #B9306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9306C

Black with #B9306C

Text Example


Text Example

White with #B9306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9306C; }

 p { color: rgb(185,48,108); }

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

background-color css

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

 a { background-color: rgb(185,48,108); }

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

border-color css

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

 span { border-color: rgb(185,48,108); }

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