Html Css Color HEX #B8306D Rouge

📋 copy color: '#B8306D'

red 184 ◦ green 48 ◦ blue 109

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

Shades of Rouge #B8306D

Tints of Rouge #B8306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 53.96%
G = 14.08%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8306D (or 0xB8306D) is known color: Rouge. HEX triplet: B8, 30 and 6D. RGB value is (184,48,109). Sum of RGB (Red+Green+Blue) = 184+48+109=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8306D is #47CF92. Grayscale: #5F5F5F. Windows color (decimal): -4706195 or 7155896. OLE color: 7155896.

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

Color convert

RGB 184 48 109 -
CMYK 0 0.74 0.41 0.28
HSL 333.09º 0.59% 0.45% -
HSV(B) 333.09º 0.74% 0.72% -
XYZ 23.58 13.41 15.81 -
YUV 95.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 184 48 109 0 0.74 0.41 0.28 333.09 0.59 0.45
Hex B8 30 6D 0 4A 29 1C 14D 3B 2D
Octal 270 60 155 0 112 51 34 515 73 55
Binary 10111000 110000 1101101 0 1001010 101001 11100 101001101 111011 101101

Color Harmonies of #B8306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8306D

Black with #B8306D

Text Example


Text Example

White with #B8306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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