Html Css Color HEX #B5395A Rouge

📋 copy color: '#B5395A'

red 181 ◦ green 57 ◦ blue 90

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

Shades of Rouge #B5395A

Tints of Rouge #B5395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 55.18%
G = 17.38%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5395A (or 0xB5395A) is known color: Rouge. HEX triplet: B5, 39 and 5A. RGB value is (181,57,90). Sum of RGB (Red+Green+Blue) = 181+57+90=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5395A is #4AC6A5. Grayscale: #616161. Windows color (decimal): -4900518 or 5913013. OLE color: 5913013.

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

Color convert

RGB 181 57 90 -
CMYK 0 0.69 0.50 0.29
HSL 344.03º 0.52% 0.47% -
HSV(B) 344.03º 0.69% 0.71% -
XYZ 22.36 13.49 11.1 -
YUV 97.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 181 57 90 0 0.69 0.50 0.29 344.03 0.52 0.47
Hex B5 39 5A 0 45 32 1D 158 34 2F
Octal 265 71 132 0 105 62 35 530 64 57
Binary 10110101 111001 1011010 0 1000101 110010 11101 101011000 110100 101111

Color Harmonies of #B5395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5395A

Black with #B5395A

Text Example


Text Example

White with #B5395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5395A; }

 p { color: rgb(181,57,90); }

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

background-color css

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

 a { background-color: rgb(181,57,90); }

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

border-color css

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

 span { border-color: rgb(181,57,90); }

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