Html Css Color HEX #B23B5D Rouge

📋 copy color: '#B23B5D'

red 178 ◦ green 59 ◦ blue 93

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

Shades of Rouge #B23B5D

Tints of Rouge #B23B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

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

R = 53.94%
G = 17.88%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B23B5D (or 0xB23B5D) is known color: Rouge. HEX triplet: B2, 3B and 5D. RGB value is (178,59,93). Sum of RGB (Red+Green+Blue) = 178+59+93=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5D is #4DC4A2. Grayscale: #626262. Windows color (decimal): -5096611 or 6110130. OLE color: 6110130.

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

Color convert

RGB 178 59 93 -
CMYK 0 0.67 0.48 0.30
HSL 342.86º 0.5% 0.46% -
HSV(B) 342.86º 0.67% 0.7% -
XYZ 21.9 13.38 11.78 -
YUV 98.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 178 59 93 0 0.67 0.48 0.30 342.86 0.5 0.46
Hex B2 3B 5D 0 43 30 1E 157 32 2E
Octal 262 73 135 0 103 60 36 527 62 56
Binary 10110010 111011 1011101 0 1000011 110000 11110 101010111 110010 101110

Color Harmonies of #B23B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B5D

Black with #B23B5D

Text Example


Text Example

White with #B23B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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