Html Css Color HEX #B23A5A Rouge

📋 copy color: '#B23A5A'

red 178 ◦ green 58 ◦ blue 90

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

Shades of Rouge #B23A5A

Tints of Rouge #B23A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 54.6%
G = 17.79%
B = 27.61%

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

#B23A5A (or 0xB23A5A) is known color: Rouge. HEX triplet: B2, 3A and 5A. RGB value is (178,58,90). Sum of RGB (Red+Green+Blue) = 178+58+90=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A5A is #4DC5A5. Grayscale: #616161. Windows color (decimal): -5096870 or 5913266. OLE color: 5913266.

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

Color convert

RGB 178 58 90 -
CMYK 0 0.67 0.49 0.30
HSL 344º 0.51% 0.46% -
HSV(B) 344º 0.67% 0.7% -
XYZ 21.72 13.23 11.08 -
YUV 97.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 178 58 90 0 0.67 0.49 0.30 344 0.51 0.46
Hex B2 3A 5A 0 43 31 1E 158 33 2E
Octal 262 72 132 0 103 61 36 530 63 56
Binary 10110010 111010 1011010 0 1000011 110001 11110 101011000 110011 101110

Color Harmonies of #B23A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A5A

Black with #B23A5A

Text Example


Text Example

White with #B23A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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