Html Css Color HEX #B02666 Rouge

📋 copy color: '#B02666'

red 176 ◦ green 38 ◦ blue 102

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

Shades of Rouge #B02666

Tints of Rouge #B02666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 55.7%
G = 12.03%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B02666 (or 0xB02666) is known color: Rouge. HEX triplet: B0, 26 and 66. RGB value is (176,38,102). Sum of RGB (Red+Green+Blue) = 176+38+102=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B02666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02666 is #4FD999. Grayscale: #565656. Windows color (decimal): -5233050 or 6694576. OLE color: 6694576.

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

Color convert

RGB 176 38 102 -
CMYK 0 0.78 0.42 0.31
HSL 332.17º 0.64% 0.42% -
HSV(B) 332.17º 0.78% 0.69% -
XYZ 21 11.58 13.7 -
YUV 86.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 176 38 102 0 0.78 0.42 0.31 332.17 0.64 0.42
Hex B0 26 66 0 4E 2A 1F 14C 40 2A
Octal 260 46 146 0 116 52 37 514 100 52
Binary 10110000 100110 1100110 0 1001110 101010 11111 101001100 1000000 101010

Color Harmonies of #B02666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02666

Black with #B02666

Text Example


Text Example

White with #B02666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02666; }

 p { color: rgb(176,38,102); }

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

background-color css

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

 a { background-color: rgb(176,38,102); }

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

border-color css

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

 span { border-color: rgb(176,38,102); }

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