Html Css Color HEX #B02865 Rouge

📋 copy color: '#B02865'

red 176 ◦ green 40 ◦ blue 101

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

Shades of Rouge #B02865

Tints of Rouge #B02865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 55.52%
G = 12.62%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B02865 (or 0xB02865) is known color: Rouge. HEX triplet: B0, 28 and 65. RGB value is (176,40,101). Sum of RGB (Red+Green+Blue) = 176+40+101=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B02865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02865 is #4FD79A. Grayscale: #575757. Windows color (decimal): -5232539 or 6629552. OLE color: 6629552.

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

Color convert

RGB 176 40 101 -
CMYK 0 0.77 0.43 0.31
HSL 333.09º 0.63% 0.42% -
HSV(B) 333.09º 0.77% 0.69% -
XYZ 21.01 11.69 13.46 -
YUV 87.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 176 40 101 0 0.77 0.43 0.31 333.09 0.63 0.42
Hex B0 28 65 0 4D 2B 1F 14D 3F 2A
Octal 260 50 145 0 115 53 37 515 77 52
Binary 10110000 101000 1100101 0 1001101 101011 11111 101001101 111111 101010

Color Harmonies of #B02865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02865

Black with #B02865

Text Example


Text Example

White with #B02865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02865; }

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

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

background-color css

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

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

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

border-color css

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

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

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