Html Css Color HEX #B23672 Rouge

📋 copy color: '#B23672'

red 178 ◦ green 54 ◦ blue 114

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

Shades of Rouge #B23672

Tints of Rouge #B23672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 51.45%
G = 15.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B23672 (or 0xB23672) is known color: Rouge. HEX triplet: B2, 36 and 72. RGB value is (178,54,114). Sum of RGB (Red+Green+Blue) = 178+54+114=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23672 is #4DC98D. Grayscale: #616161. Windows color (decimal): -5097870 or 7485106. OLE color: 7485106.

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

Color convert

RGB 178 54 114 -
CMYK 0 0.70 0.36 0.30
HSL 330.97º 0.53% 0.45% -
HSV(B) 330.97º 0.7% 0.7% -
XYZ 22.72 13.32 17.29 -
YUV 97.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 178 54 114 0 0.70 0.36 0.30 330.97 0.53 0.45
Hex B2 36 72 0 46 24 1E 14B 35 2D
Octal 262 66 162 0 106 44 36 513 65 55
Binary 10110010 110110 1110010 0 1000110 100100 11110 101001011 110101 101101

Color Harmonies of #B23672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23672

Black with #B23672

Text Example


Text Example

White with #B23672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23672; }

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

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

background-color css

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

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

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

border-color css

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

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

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