Html Css Color HEX #B23359 Rouge

📋 copy color: '#B23359'

red 178 ◦ green 51 ◦ blue 89

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

Shades of Rouge #B23359

Tints of Rouge #B23359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 55.97%
G = 16.04%
B = 27.99%

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

#B23359 (or 0xB23359) is known color: Rouge. HEX triplet: B2, 33 and 59. RGB value is (178,51,89). Sum of RGB (Red+Green+Blue) = 178+51+89=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B23359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23359 is #4DCCA6. Grayscale: #5D5D5D. Windows color (decimal): -5098663 or 5845938. OLE color: 5845938.

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

Color convert

RGB 178 51 89 -
CMYK 0 0.71 0.5 0.30
HSL 342.05º 0.55% 0.45% -
HSV(B) 342.05º 0.71% 0.7% -
XYZ 21.35 12.55 10.75 -
YUV 93.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 178 51 89 0 0.71 0.5 0.30 342.05 0.55 0.45
Hex B2 33 59 0 47 32 1E 156 37 2D
Octal 262 63 131 0 107 62 36 526 67 55
Binary 10110010 110011 1011001 0 1000111 110010 11110 101010110 110111 101101

Color Harmonies of #B23359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23359

Black with #B23359

Text Example


Text Example

White with #B23359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23359; }

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

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

background-color css

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

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

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

border-color css

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

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

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