Html Css Color HEX #B22667 Rouge

📋 copy color: '#B22667'

red 178 ◦ green 38 ◦ blue 103

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

Shades of Rouge #B22667

Tints of Rouge #B22667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 55.8%
G = 11.91%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B22667 (or 0xB22667) is known color: Rouge. HEX triplet: B2, 26 and 67. RGB value is (178,38,103). Sum of RGB (Red+Green+Blue) = 178+38+103=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22667 is #4DD998. Grayscale: #575757. Windows color (decimal): -5101977 or 6760114. OLE color: 6760114.

HSL color Cylindrical-coordinate representation of color #B22667: hue angle of 332.14º 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 #B22667 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 103 -
CMYK 0 0.79 0.42 0.30
HSL 332.14º 0.65% 0.42% -
HSV(B) 332.14º 0.79% 0.7% -
XYZ 21.5 11.83 13.98 -
YUV 87.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 178 38 103 0 0.79 0.42 0.30 332.14 0.65 0.42
Hex B2 26 67 0 4F 2A 1E 14C 41 2A
Octal 262 46 147 0 117 52 36 514 101 52
Binary 10110010 100110 1100111 0 1001111 101010 11110 101001100 1000001 101010

Color Harmonies of #B22667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22667

Black with #B22667

Text Example


Text Example

White with #B22667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22667; }

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

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

background-color css

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

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

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

border-color css

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

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

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