Html Css Color HEX #B23259 Rouge

📋 copy color: '#B23259'

red 178 ◦ green 50 ◦ blue 89

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

Shades of Rouge #B23259

Tints of Rouge #B23259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 56.15%
G = 15.77%
B = 28.08%

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

#B23259 (or 0xB23259) is known color: Rouge. HEX triplet: B2, 32 and 59. RGB value is (178,50,89). Sum of RGB (Red+Green+Blue) = 178+50+89=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B23259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23259 is #4DCDA6. Grayscale: #5C5C5C. Windows color (decimal): -5098919 or 5845682. OLE color: 5845682.

HSL color Cylindrical-coordinate representation of color #B23259: hue angle of 341.72º degrees, saturation: 0.56, 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 #B23259 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 89 -
CMYK 0 0.72 0.5 0.30
HSL 341.72º 0.56% 0.45% -
HSV(B) 341.72º 0.72% 0.7% -
XYZ 21.3 12.47 10.73 -
YUV 92.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 178 50 89 0 0.72 0.5 0.30 341.72 0.56 0.45
Hex B2 32 59 0 48 32 1E 156 38 2D
Octal 262 62 131 0 110 62 36 526 70 55
Binary 10110010 110010 1011001 0 1001000 110010 11110 101010110 111000 101101

Color Harmonies of #B23259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23259

Black with #B23259

Text Example


Text Example

White with #B23259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23259; }

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

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

background-color css

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

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

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

border-color css

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

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

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