Html Css Color HEX #B8306E Rouge

📋 copy color: '#B8306E'

red 184 ◦ green 48 ◦ blue 110

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

Shades of Rouge #B8306E

Tints of Rouge #B8306E

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 53.8%
G = 14.04%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8306E (or 0xB8306E) is known color: Rouge. HEX triplet: B8, 30 and 6E. RGB value is (184,48,110). Sum of RGB (Red+Green+Blue) = 184+48+110=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8306E is #47CF91. Grayscale: #5F5F5F. Windows color (decimal): -4706194 or 7221432. OLE color: 7221432.

HSL color Cylindrical-coordinate representation of color #B8306E: hue angle of 332.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8306E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 110 -
CMYK 0 0.74 0.40 0.28
HSL 332.65º 0.59% 0.45% -
HSV(B) 332.65º 0.74% 0.72% -
XYZ 23.64 13.43 16.1 -
YUV 95.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 184 48 110 0 0.74 0.40 0.28 332.65 0.59 0.45
Hex B8 30 6E 0 4A 28 1C 14D 3B 2D
Octal 270 60 156 0 112 50 34 515 73 55
Binary 10111000 110000 1101110 0 1001010 101000 11100 101001101 111011 101101

Color Harmonies of #B8306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8306E

Black with #B8306E

Text Example


Text Example

White with #B8306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8306E; }

 p { color: rgb(184,48,110); }

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

background-color css

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

 a { background-color: rgb(184,48,110); }

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

border-color css

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

 span { border-color: rgb(184,48,110); }

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