Html Css Color HEX #B22F61 Rouge

📋 copy color: '#B22F61'

red 178 ◦ green 47 ◦ blue 97

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

Shades of Rouge #B22F61

Tints of Rouge #B22F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 55.28%
G = 14.6%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B22F61 (or 0xB22F61) is known color: Rouge. HEX triplet: B2, 2F and 61. RGB value is (178,47,97). Sum of RGB (Red+Green+Blue) = 178+47+97=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F61 is #4DD09E. Grayscale: #5B5B5B. Windows color (decimal): -5099679 or 6369202. OLE color: 6369202.

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

Color convert

RGB 178 47 97 -
CMYK 0 0.74 0.46 0.30
HSL 337.1º 0.58% 0.44% -
HSV(B) 337.1º 0.74% 0.7% -
XYZ 21.53 12.36 12.56 -
YUV 91.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 178 47 97 0 0.74 0.46 0.30 337.1 0.58 0.44
Hex B2 2F 61 0 4A 2E 1E 151 3A 2C
Octal 262 57 141 0 112 56 36 521 72 54
Binary 10110010 101111 1100001 0 1001010 101110 11110 101010001 111010 101100

Color Harmonies of #B22F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F61

Black with #B22F61

Text Example


Text Example

White with #B22F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F61; }

 p { color: rgb(178,47,97); }

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

background-color css

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

 a { background-color: rgb(178,47,97); }

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

border-color css

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

 span { border-color: rgb(178,47,97); }

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