Html Css Color HEX #B8305F Rouge

📋 copy color: '#B8305F'

red 184 ◦ green 48 ◦ blue 95

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

Shades of Rouge #B8305F

Tints of Rouge #B8305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 56.27%
G = 14.68%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8305F (or 0xB8305F) is known color: Rouge. HEX triplet: B8, 30 and 5F. RGB value is (184,48,95). Sum of RGB (Red+Green+Blue) = 184+48+95=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8305F is #47CFA0. Grayscale: #5D5D5D. Windows color (decimal): -4706209 or 6238392. OLE color: 6238392.

HSL color Cylindrical-coordinate representation of color #B8305F: hue angle of 339.26º 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 #B8305F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 95 -
CMYK 0 0.74 0.48 0.28
HSL 339.26º 0.59% 0.45% -
HSV(B) 339.26º 0.74% 0.72% -
XYZ 22.89 13.13 12.15 -
YUV 94.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 184 48 95 0 0.74 0.48 0.28 339.26 0.59 0.45
Hex B8 30 5F 0 4A 30 1C 153 3B 2D
Octal 270 60 137 0 112 60 34 523 73 55
Binary 10111000 110000 1011111 0 1001010 110000 11100 101010011 111011 101101

Color Harmonies of #B8305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8305F

Black with #B8305F

Text Example


Text Example

White with #B8305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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