Html Css Color HEX #B5285F Rouge

📋 copy color: '#B5285F'

red 181 ◦ green 40 ◦ blue 95

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

Shades of Rouge #B5285F

Tints of Rouge #B5285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 57.28%
G = 12.66%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5285F (or 0xB5285F) is known color: Rouge. HEX triplet: B5, 28 and 5F. RGB value is (181,40,95). Sum of RGB (Red+Green+Blue) = 181+40+95=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285F is #4AD7A0. Grayscale: #585858. Windows color (decimal): -4904865 or 6236341. OLE color: 6236341.

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

Color convert

RGB 181 40 95 -
CMYK 0 0.78 0.48 0.29
HSL 336.6º 0.64% 0.43% -
HSV(B) 336.6º 0.78% 0.71% -
XYZ 21.88 12.17 12.02 -
YUV 88.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 181 40 95 0 0.78 0.48 0.29 336.6 0.64 0.43
Hex B5 28 5F 0 4E 30 1D 151 40 2B
Octal 265 50 137 0 116 60 35 521 100 53
Binary 10110101 101000 1011111 0 1001110 110000 11101 101010001 1000000 101011

Color Harmonies of #B5285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5285F

Black with #B5285F

Text Example


Text Example

White with #B5285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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