Html Css Color HEX #B8385D Rouge

📋 copy color: '#B8385D'

red 184 ◦ green 56 ◦ blue 93

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

Shades of Rouge #B8385D

Tints of Rouge #B8385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 55.26%
G = 16.82%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8385D (or 0xB8385D) is known color: Rouge. HEX triplet: B8, 38 and 5D. RGB value is (184,56,93). Sum of RGB (Red+Green+Blue) = 184+56+93=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8385D is #47C7A2. Grayscale: #626262. Windows color (decimal): -4704163 or 6109368. OLE color: 6109368.

HSL color Cylindrical-coordinate representation of color #B8385D: hue angle of 342.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8385D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 93 -
CMYK 0 0.70 0.49 0.28
HSL 342.66º 0.53% 0.47% -
HSV(B) 342.66º 0.7% 0.72% -
XYZ 23.16 13.81 11.8 -
YUV 98.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 184 56 93 0 0.70 0.49 0.28 342.66 0.53 0.47
Hex B8 38 5D 0 46 31 1C 157 35 2F
Octal 270 70 135 0 106 61 34 527 65 57
Binary 10111000 111000 1011101 0 1000110 110001 11100 101010111 110101 101111

Color Harmonies of #B8385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8385D

Black with #B8385D

Text Example


Text Example

White with #B8385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8385D; }

 p { color: rgb(184,56,93); }

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

background-color css

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

 a { background-color: rgb(184,56,93); }

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

border-color css

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

 span { border-color: rgb(184,56,93); }

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