Html Css Color HEX #B23671 Rouge

📋 copy color: '#B23671'

red 178 ◦ green 54 ◦ blue 113

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

Shades of Rouge #B23671

Tints of Rouge #B23671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 51.59%
G = 15.65%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23671 (or 0xB23671) is known color: Rouge. HEX triplet: B2, 36 and 71. RGB value is (178,54,113). Sum of RGB (Red+Green+Blue) = 178+54+113=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23671 is #4DC98E. Grayscale: #616161. Windows color (decimal): -5097871 or 7419570. OLE color: 7419570.

HSL color Cylindrical-coordinate representation of color #B23671: hue angle of 331.45º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23671 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 113 -
CMYK 0 0.70 0.37 0.30
HSL 331.45º 0.53% 0.45% -
HSV(B) 331.45º 0.7% 0.7% -
XYZ 22.66 13.3 16.99 -
YUV 97.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 178 54 113 0 0.70 0.37 0.30 331.45 0.53 0.45
Hex B2 36 71 0 46 25 1E 14B 35 2D
Octal 262 66 161 0 106 45 36 513 65 55
Binary 10110010 110110 1110001 0 1000110 100101 11110 101001011 110101 101101

Color Harmonies of #B23671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23671

Black with #B23671

Text Example


Text Example

White with #B23671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23671; }

 p { color: rgb(178,54,113); }

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

background-color css

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

 a { background-color: rgb(178,54,113); }

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

border-color css

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

 span { border-color: rgb(178,54,113); }

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