Html Css Color HEX #B5385E Rouge

📋 copy color: '#B5385E'

red 181 ◦ green 56 ◦ blue 94

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

Shades of Rouge #B5385E

Tints of Rouge #B5385E

RGB

 RED value IS 181 (71.09% from 255) = 54.68%

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 54.68%
G = 16.92%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5385E (or 0xB5385E) is known color: Rouge. HEX triplet: B5, 38 and 5E. RGB value is (181,56,94). Sum of RGB (Red+Green+Blue) = 181+56+94=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385E is #4AC7A1. Grayscale: #616161. Windows color (decimal): -4900770 or 6174901. OLE color: 6174901.

HSL color Cylindrical-coordinate representation of color #B5385E: hue angle of 341.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5385E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 94 -
CMYK 0 0.69 0.48 0.29
HSL 341.76º 0.53% 0.46% -
HSV(B) 341.76º 0.69% 0.71% -
XYZ 22.49 13.46 12 -
YUV 97.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 181 56 94 0 0.69 0.48 0.29 341.76 0.53 0.46
Hex B5 38 5E 0 45 30 1D 156 35 2E
Octal 265 70 136 0 105 60 35 526 65 56
Binary 10110101 111000 1011110 0 1000101 110000 11101 101010110 110101 101110

Color Harmonies of #B5385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5385E

Black with #B5385E

Text Example


Text Example

White with #B5385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5385E; }

 p { color: rgb(181,56,94); }

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

background-color css

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

 a { background-color: rgb(181,56,94); }

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

border-color css

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

 span { border-color: rgb(181,56,94); }

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