Html Css Color HEX #B23C5D Rouge

📋 copy color: '#B23C5D'

red 178 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B23C5D

Tints of Rouge #B23C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 53.78%
G = 18.13%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B23C5D (or 0xB23C5D) is known color: Rouge. HEX triplet: B2, 3C and 5D. RGB value is (178,60,93). Sum of RGB (Red+Green+Blue) = 178+60+93=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C5D is #4DC3A2. Grayscale: #636363. Windows color (decimal): -5096355 or 6110386. OLE color: 6110386.

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

Color convert

RGB 178 60 93 -
CMYK 0 0.66 0.48 0.30
HSL 343.22º 0.5% 0.47% -
HSV(B) 343.22º 0.66% 0.7% -
XYZ 21.95 13.49 11.8 -
YUV 99.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 178 60 93 0 0.66 0.48 0.30 343.22 0.5 0.47
Hex B2 3C 5D 0 42 30 1E 157 32 2F
Octal 262 74 135 0 102 60 36 527 62 57
Binary 10110010 111100 1011101 0 1000010 110000 11110 101010111 110010 101111

Color Harmonies of #B23C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C5D

Black with #B23C5D

Text Example


Text Example

White with #B23C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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