Html Css Color HEX #B23A5B Rouge

📋 copy color: '#B23A5B'

red 178 ◦ green 58 ◦ blue 91

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

Shades of Rouge #B23A5B

Tints of Rouge #B23A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 54.43%
G = 17.74%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B23A5B (or 0xB23A5B) is known color: Rouge. HEX triplet: B2, 3A and 5B. RGB value is (178,58,91). Sum of RGB (Red+Green+Blue) = 178+58+91=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A5B is #4DC5A4. Grayscale: #616161. Windows color (decimal): -5096869 or 5978802. OLE color: 5978802.

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

Color convert

RGB 178 58 91 -
CMYK 0 0.67 0.49 0.30
HSL 343.5º 0.51% 0.46% -
HSV(B) 343.5º 0.67% 0.7% -
XYZ 21.76 13.25 11.31 -
YUV 97.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 178 58 91 0 0.67 0.49 0.30 343.5 0.51 0.46
Hex B2 3A 5B 0 43 31 1E 158 33 2E
Octal 262 72 133 0 103 61 36 530 63 56
Binary 10110010 111010 1011011 0 1000011 110001 11110 101011000 110011 101110

Color Harmonies of #B23A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A5B

Black with #B23A5B

Text Example


Text Example

White with #B23A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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