Html Css Color HEX #B23159 Rouge

📋 copy color: '#B23159'

red 178 ◦ green 49 ◦ blue 89

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

Shades of Rouge #B23159

Tints of Rouge #B23159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 56.33%
G = 15.51%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B23159 (or 0xB23159) is known color: Rouge. HEX triplet: B2, 31 and 59. RGB value is (178,49,89). Sum of RGB (Red+Green+Blue) = 178+49+89=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B23159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23159 is #4DCEA6. Grayscale: #5C5C5C. Windows color (decimal): -5099175 or 5845426. OLE color: 5845426.

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

Color convert

RGB 178 49 89 -
CMYK 0 0.72 0.5 0.30
HSL 341.4º 0.57% 0.45% -
HSV(B) 341.4º 0.72% 0.7% -
XYZ 21.26 12.38 10.72 -
YUV 92.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 178 49 89 0 0.72 0.5 0.30 341.4 0.57 0.45
Hex B2 31 59 0 48 32 1E 155 39 2D
Octal 262 61 131 0 110 62 36 525 71 55
Binary 10110010 110001 1011001 0 1001000 110010 11110 101010101 111001 101101

Color Harmonies of #B23159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23159

Black with #B23159

Text Example


Text Example

White with #B23159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23159; }

 p { color: rgb(178,49,89); }

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

background-color css

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

 a { background-color: rgb(178,49,89); }

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

border-color css

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

 span { border-color: rgb(178,49,89); }

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