Html Css Color HEX #B0285B Rouge

📋 copy color: '#B0285B'

red 176 ◦ green 40 ◦ blue 91

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

Shades of Rouge #B0285B

Tints of Rouge #B0285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 57.33%
G = 13.03%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0285B (or 0xB0285B) is known color: Rouge. HEX triplet: B0, 28 and 5B. RGB value is (176,40,91). Sum of RGB (Red+Green+Blue) = 176+40+91=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0285B is #4FD7A4. Grayscale: #565656. Windows color (decimal): -5232549 or 5974192. OLE color: 5974192.

HSL color Cylindrical-coordinate representation of color #B0285B: hue angle of 337.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0285B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 91 -
CMYK 0 0.77 0.48 0.31
HSL 337.5º 0.63% 0.42% -
HSV(B) 337.5º 0.77% 0.69% -
XYZ 20.55 11.5 11.03 -
YUV 86.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 176 40 91 0 0.77 0.48 0.31 337.5 0.63 0.42
Hex B0 28 5B 0 4D 30 1F 152 3F 2A
Octal 260 50 133 0 115 60 37 522 77 52
Binary 10110000 101000 1011011 0 1001101 110000 11111 101010010 111111 101010

Color Harmonies of #B0285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0285B

Black with #B0285B

Text Example


Text Example

White with #B0285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0285B; }

 p { color: rgb(176,40,91); }

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

background-color css

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

 a { background-color: rgb(176,40,91); }

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

border-color css

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

 span { border-color: rgb(176,40,91); }

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