Html Css Color HEX #B22C68 Rouge

📋 copy color: '#B22C68'

red 178 ◦ green 44 ◦ blue 104

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

Shades of Rouge #B22C68

Tints of Rouge #B22C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 54.6%
G = 13.5%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B22C68 (or 0xB22C68) is known color: Rouge. HEX triplet: B2, 2C and 68. RGB value is (178,44,104). Sum of RGB (Red+Green+Blue) = 178+44+104=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C68 is #4DD397. Grayscale: #5A5A5A. Windows color (decimal): -5100440 or 6827186. OLE color: 6827186.

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

Color convert

RGB 178 44 104 -
CMYK 0 0.75 0.42 0.30
HSL 333.13º 0.6% 0.44% -
HSV(B) 333.13º 0.75% 0.7% -
XYZ 21.76 12.27 14.32 -
YUV 90.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 178 44 104 0 0.75 0.42 0.30 333.13 0.6 0.44
Hex B2 2C 68 0 4B 2A 1E 14D 3C 2C
Octal 262 54 150 0 113 52 36 515 74 54
Binary 10110010 101100 1101000 0 1001011 101010 11110 101001101 111100 101100

Color Harmonies of #B22C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C68

Black with #B22C68

Text Example


Text Example

White with #B22C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C68; }

 p { color: rgb(178,44,104); }

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

background-color css

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

 a { background-color: rgb(178,44,104); }

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

border-color css

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

 span { border-color: rgb(178,44,104); }

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