Html Css Color HEX #B23E5D Rouge

📋 copy color: '#B23E5D'

red 178 ◦ green 62 ◦ blue 93

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

Shades of Rouge #B23E5D

Tints of Rouge #B23E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 53.45%
G = 18.62%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B23E5D (or 0xB23E5D) is known color: Rouge. HEX triplet: B2, 3E and 5D. RGB value is (178,62,93). Sum of RGB (Red+Green+Blue) = 178+62+93=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E5D is #4DC1A2. Grayscale: #646464. Windows color (decimal): -5095843 or 6110898. OLE color: 6110898.

HSL color Cylindrical-coordinate representation of color #B23E5D: hue angle of 343.97º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E5D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 93 -
CMYK 0 0.65 0.48 0.30
HSL 343.97º 0.48% 0.47% -
HSV(B) 343.97º 0.65% 0.7% -
XYZ 22.06 13.7 11.84 -
YUV 100.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 178 62 93 0 0.65 0.48 0.30 343.97 0.48 0.47
Hex B2 3E 5D 0 41 30 1E 158 30 2F
Octal 262 76 135 0 101 60 36 530 60 57
Binary 10110010 111110 1011101 0 1000001 110000 11110 101011000 110000 101111

Color Harmonies of #B23E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E5D

Black with #B23E5D

Text Example


Text Example

White with #B23E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E5D; }

 p { color: rgb(178,62,93); }

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

background-color css

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

 a { background-color: rgb(178,62,93); }

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

border-color css

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

 span { border-color: rgb(178,62,93); }

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