Html Css Color HEX #B02566 Rouge

📋 copy color: '#B02566'

red 176 ◦ green 37 ◦ blue 102

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

Shades of Rouge #B02566

Tints of Rouge #B02566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 55.87%
G = 11.75%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B02566 (or 0xB02566) is known color: Rouge. HEX triplet: B0, 25 and 66. RGB value is (176,37,102). Sum of RGB (Red+Green+Blue) = 176+37+102=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B02566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02566 is #4FDA99. Grayscale: #555555. Windows color (decimal): -5233306 or 6694320. OLE color: 6694320.

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

Color convert

RGB 176 37 102 -
CMYK 0 0.79 0.42 0.31
HSL 331.94º 0.65% 0.42% -
HSV(B) 331.94º 0.79% 0.69% -
XYZ 20.96 11.51 13.69 -
YUV 85.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 176 37 102 0 0.79 0.42 0.31 331.94 0.65 0.42
Hex B0 25 66 0 4F 2A 1F 14C 41 2A
Octal 260 45 146 0 117 52 37 514 101 52
Binary 10110000 100101 1100110 0 1001111 101010 11111 101001100 1000001 101010

Color Harmonies of #B02566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02566

Black with #B02566

Text Example


Text Example

White with #B02566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02566; }

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

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

background-color css

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

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

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

border-color css

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

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

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