Html Css Color HEX #B23D5C Rouge

📋 copy color: '#B23D5C'

red 178 ◦ green 61 ◦ blue 92

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

Shades of Rouge #B23D5C

Tints of Rouge #B23D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 53.78%
G = 18.43%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B23D5C (or 0xB23D5C) is known color: Rouge. HEX triplet: B2, 3D and 5C. RGB value is (178,61,92). Sum of RGB (Red+Green+Blue) = 178+61+92=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D5C is #4DC2A3. Grayscale: #636363. Windows color (decimal): -5096100 or 6045106. OLE color: 6045106.

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

Color convert

RGB 178 61 92 -
CMYK 0 0.66 0.48 0.30
HSL 344.1º 0.49% 0.47% -
HSV(B) 344.1º 0.66% 0.7% -
XYZ 21.96 13.58 11.59 -
YUV 99.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 178 61 92 0 0.66 0.48 0.30 344.1 0.49 0.47
Hex B2 3D 5C 0 42 30 1E 158 31 2F
Octal 262 75 134 0 102 60 36 530 61 57
Binary 10110010 111101 1011100 0 1000010 110000 11110 101011000 110001 101111

Color Harmonies of #B23D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D5C

Black with #B23D5C

Text Example


Text Example

White with #B23D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D5C; }

 p { color: rgb(178,61,92); }

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

background-color css

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

 a { background-color: rgb(178,61,92); }

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

border-color css

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

 span { border-color: rgb(178,61,92); }

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