Html Css Color HEX #B23B5E Rouge

📋 copy color: '#B23B5E'

red 178 ◦ green 59 ◦ blue 94

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

Shades of Rouge #B23B5E

Tints of Rouge #B23B5E

RGB

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

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

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

R = 53.78%
G = 17.82%
B = 28.4%

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

#B23B5E (or 0xB23B5E) is known color: Rouge. HEX triplet: B2, 3B and 5E. RGB value is (178,59,94). Sum of RGB (Red+Green+Blue) = 178+59+94=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5E is #4DC4A1. Grayscale: #626262. Windows color (decimal): -5096610 or 6175666. OLE color: 6175666.

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

Color convert

RGB 178 59 94 -
CMYK 0 0.67 0.47 0.30
HSL 342.35º 0.5% 0.46% -
HSV(B) 342.35º 0.67% 0.7% -
XYZ 21.94 13.4 12.02 -
YUV 98.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 178 59 94 0 0.67 0.47 0.30 342.35 0.5 0.46
Hex B2 3B 5E 0 43 2F 1E 156 32 2E
Octal 262 73 136 0 103 57 36 526 62 56
Binary 10110010 111011 1011110 0 1000011 101111 11110 101010110 110010 101110

Color Harmonies of #B23B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B5E

Black with #B23B5E

Text Example


Text Example

White with #B23B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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