Html Css Color HEX #B23459 Rouge

📋 copy color: '#B23459'

red 178 ◦ green 52 ◦ blue 89

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

Shades of Rouge #B23459

Tints of Rouge #B23459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

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

R = 55.8%
G = 16.3%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B23459 (or 0xB23459) is known color: Rouge. HEX triplet: B2, 34 and 59. RGB value is (178,52,89). Sum of RGB (Red+Green+Blue) = 178+52+89=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B23459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23459 is #4DCBA6. Grayscale: #5D5D5D. Windows color (decimal): -5098407 or 5846194. OLE color: 5846194.

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

Color convert

RGB 178 52 89 -
CMYK 0 0.71 0.5 0.30
HSL 342.38º 0.55% 0.45% -
HSV(B) 342.38º 0.71% 0.7% -
XYZ 21.39 12.64 10.76 -
YUV 93.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 178 52 89 0 0.71 0.5 0.30 342.38 0.55 0.45
Hex B2 34 59 0 47 32 1E 156 37 2D
Octal 262 64 131 0 107 62 36 526 67 55
Binary 10110010 110100 1011001 0 1000111 110010 11110 101010110 110111 101101

Color Harmonies of #B23459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23459

Black with #B23459

Text Example


Text Example

White with #B23459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23459; }

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

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

background-color css

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

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

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

border-color css

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

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

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