Html Css Color HEX #B5385A Rouge

📋 copy color: '#B5385A'

red 181 ◦ green 56 ◦ blue 90

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

Shades of Rouge #B5385A

Tints of Rouge #B5385A

RGB

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

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

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

R = 55.35%
G = 17.13%
B = 27.52%

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

#B5385A (or 0xB5385A) is known color: Rouge. HEX triplet: B5, 38 and 5A. RGB value is (181,56,90). Sum of RGB (Red+Green+Blue) = 181+56+90=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385A is #4AC7A5. Grayscale: #616161. Windows color (decimal): -4900774 or 5912757. OLE color: 5912757.

HSL color Cylindrical-coordinate representation of color #B5385A: hue angle of 343.68º 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 #B5385A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 90 -
CMYK 0 0.69 0.50 0.29
HSL 343.68º 0.53% 0.46% -
HSV(B) 343.68º 0.69% 0.71% -
XYZ 22.32 13.39 11.08 -
YUV 97.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 181 56 90 0 0.69 0.50 0.29 343.68 0.53 0.46
Hex B5 38 5A 0 45 32 1D 158 35 2E
Octal 265 70 132 0 105 62 35 530 65 56
Binary 10110101 111000 1011010 0 1000101 110010 11101 101011000 110101 101110

Color Harmonies of #B5385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5385A

Black with #B5385A

Text Example


Text Example

White with #B5385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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