Html Css Color HEX #B22665 Rouge

📋 copy color: '#B22665'

red 178 ◦ green 38 ◦ blue 101

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

Shades of Rouge #B22665

Tints of Rouge #B22665

RGB

 RED value IS 178 (69.92% from 255) = 56.15%

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

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

R = 56.15%
G = 11.99%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B22665 (or 0xB22665) is known color: Rouge. HEX triplet: B2, 26 and 65. RGB value is (178,38,101). Sum of RGB (Red+Green+Blue) = 178+38+101=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B22665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22665 is #4DD99A. Grayscale: #565656. Windows color (decimal): -5101979 or 6629042. OLE color: 6629042.

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

Color convert

RGB 178 38 101 -
CMYK 0 0.79 0.43 0.30
HSL 333º 0.65% 0.42% -
HSV(B) 333º 0.79% 0.7% -
XYZ 21.4 11.79 13.46 -
YUV 87.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 178 38 101 0 0.79 0.43 0.30 333 0.65 0.42
Hex B2 26 65 0 4F 2B 1E 14D 41 2A
Octal 262 46 145 0 117 53 36 515 101 52
Binary 10110010 100110 1100101 0 1001111 101011 11110 101001101 1000001 101010

Color Harmonies of #B22665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22665

Black with #B22665

Text Example


Text Example

White with #B22665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22665; }

 p { color: rgb(178,38,101); }

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

background-color css

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

 a { background-color: rgb(178,38,101); }

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

border-color css

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

 span { border-color: rgb(178,38,101); }

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