Html Css Color HEX #B5385F Rouge

📋 copy color: '#B5385F'

red 181 ◦ green 56 ◦ blue 95

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

Shades of Rouge #B5385F

Tints of Rouge #B5385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 54.52%
G = 16.87%
B = 28.61%

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

#B5385F (or 0xB5385F) is known color: Rouge. HEX triplet: B5, 38 and 5F. RGB value is (181,56,95). Sum of RGB (Red+Green+Blue) = 181+56+95=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385F is #4AC7A0. Grayscale: #616161. Windows color (decimal): -4900769 or 6240437. OLE color: 6240437.

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

Color convert

RGB 181 56 95 -
CMYK 0 0.69 0.48 0.29
HSL 341.28º 0.53% 0.46% -
HSV(B) 341.28º 0.69% 0.71% -
XYZ 22.54 13.48 12.24 -
YUV 97.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 181 56 95 0 0.69 0.48 0.29 341.28 0.53 0.46
Hex B5 38 5F 0 45 30 1D 155 35 2E
Octal 265 70 137 0 105 60 35 525 65 56
Binary 10110101 111000 1011111 0 1000101 110000 11101 101010101 110101 101110

Color Harmonies of #B5385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5385F

Black with #B5385F

Text Example


Text Example

White with #B5385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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