Html Css Color HEX #B0405F Rouge

📋 copy color: '#B0405F'

red 176 ◦ green 64 ◦ blue 95

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

Shades of Rouge #B0405F

Tints of Rouge #B0405F

RGB

 RED value IS 176 (69.14% from 255) = 52.54%

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 52.54%
G = 19.1%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0405F (or 0xB0405F) is known color: Rouge. HEX triplet: B0, 40 and 5F. RGB value is (176,64,95). Sum of RGB (Red+Green+Blue) = 176+64+95=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0405F is #4FBFA0. Grayscale: #656565. Windows color (decimal): -5226401 or 6242480. OLE color: 6242480.

HSL color Cylindrical-coordinate representation of color #B0405F: hue angle of 343.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0405F is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 95 -
CMYK 0 0.64 0.46 0.31
HSL 343.39º 0.47% 0.47% -
HSV(B) 343.39º 0.64% 0.69% -
XYZ 21.8 13.72 12.33 -
YUV 101.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 176 64 95 0 0.64 0.46 0.31 343.39 0.47 0.47
Hex B0 40 5F 0 40 2E 1F 157 2F 2F
Octal 260 100 137 0 100 56 37 527 57 57
Binary 10110000 1000000 1011111 0 1000000 101110 11111 101010111 101111 101111

Color Harmonies of #B0405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0405F

Black with #B0405F

Text Example


Text Example

White with #B0405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0405F; }

 p { color: rgb(176,64,95); }

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

background-color css

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

 a { background-color: rgb(176,64,95); }

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

border-color css

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

 span { border-color: rgb(176,64,95); }

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