Html Css Color HEX #B0285E Rouge

📋 copy color: '#B0285E'

red 176 ◦ green 40 ◦ blue 94

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

Shades of Rouge #B0285E

Tints of Rouge #B0285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 56.77%
G = 12.9%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0285E (or 0xB0285E) is known color: Rouge. HEX triplet: B0, 28 and 5E. RGB value is (176,40,94). Sum of RGB (Red+Green+Blue) = 176+40+94=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0285E is #4FD7A1. Grayscale: #565656. Windows color (decimal): -5232546 or 6170800. OLE color: 6170800.

HSL color Cylindrical-coordinate representation of color #B0285E: hue angle of 336.18º 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 #B0285E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 94 -
CMYK 0 0.77 0.47 0.31
HSL 336.18º 0.63% 0.42% -
HSV(B) 336.18º 0.77% 0.69% -
XYZ 20.68 11.56 11.73 -
YUV 86.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 176 40 94 0 0.77 0.47 0.31 336.18 0.63 0.42
Hex B0 28 5E 0 4D 2F 1F 150 3F 2A
Octal 260 50 136 0 115 57 37 520 77 52
Binary 10110000 101000 1011110 0 1001101 101111 11111 101010000 111111 101010

Color Harmonies of #B0285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0285E

Black with #B0285E

Text Example


Text Example

White with #B0285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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