Html Css Color HEX #B23959 Rouge

📋 copy color: '#B23959'

red 178 ◦ green 57 ◦ blue 89

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

Shades of Rouge #B23959

Tints of Rouge #B23959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 54.94%
G = 17.59%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B23959 (or 0xB23959) is known color: Rouge. HEX triplet: B2, 39 and 59. RGB value is (178,57,89). Sum of RGB (Red+Green+Blue) = 178+57+89=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B23959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23959 is #4DC6A6. Grayscale: #606060. Windows color (decimal): -5097127 or 5847474. OLE color: 5847474.

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

Color convert

RGB 178 57 89 -
CMYK 0 0.68 0.5 0.30
HSL 344.13º 0.51% 0.46% -
HSV(B) 344.13º 0.68% 0.7% -
XYZ 21.63 13.11 10.84 -
YUV 96.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 178 57 89 0 0.68 0.5 0.30 344.13 0.51 0.46
Hex B2 39 59 0 44 32 1E 158 33 2E
Octal 262 71 131 0 104 62 36 530 63 56
Binary 10110010 111001 1011001 0 1000100 110010 11110 101011000 110011 101110

Color Harmonies of #B23959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23959

Black with #B23959

Text Example


Text Example

White with #B23959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23959; }

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

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

background-color css

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

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

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

border-color css

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

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

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