Html Css Color HEX #B23A5E Rouge

📋 copy color: '#B23A5E'

red 178 ◦ green 58 ◦ blue 94

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

Shades of Rouge #B23A5E

Tints of Rouge #B23A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 53.94%
G = 17.58%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B23A5E (or 0xB23A5E) is known color: Rouge. HEX triplet: B2, 3A and 5E. RGB value is (178,58,94). Sum of RGB (Red+Green+Blue) = 178+58+94=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A5E is #4DC5A1. Grayscale: #616161. Windows color (decimal): -5096866 or 6175410. OLE color: 6175410.

HSL color Cylindrical-coordinate representation of color #B23A5E: hue angle of 342º degrees, saturation: 0.51, 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 #B23A5E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 94 -
CMYK 0 0.67 0.47 0.30
HSL 342º 0.51% 0.46% -
HSV(B) 342º 0.67% 0.7% -
XYZ 21.89 13.3 12 -
YUV 97.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 178 58 94 0 0.67 0.47 0.30 342 0.51 0.46
Hex B2 3A 5E 0 43 2F 1E 156 33 2E
Octal 262 72 136 0 103 57 36 526 63 56
Binary 10110010 111010 1011110 0 1000011 101111 11110 101010110 110011 101110

Color Harmonies of #B23A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A5E

Black with #B23A5E

Text Example


Text Example

White with #B23A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A5E; }

 p { color: rgb(178,58,94); }

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

background-color css

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

 a { background-color: rgb(178,58,94); }

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

border-color css

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

 span { border-color: rgb(178,58,94); }

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