Html Css Color HEX #B23A6C Rouge

📋 copy color: '#B23A6C'

red 178 ◦ green 58 ◦ blue 108

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

Shades of Rouge #B23A6C

Tints of Rouge #B23A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 51.74%
G = 16.86%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B23A6C (or 0xB23A6C) is known color: Rouge. HEX triplet: B2, 3A and 6C. RGB value is (178,58,108). Sum of RGB (Red+Green+Blue) = 178+58+108=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A6C is #4DC593. Grayscale: #636363. Windows color (decimal): -5096852 or 7092914. OLE color: 7092914.

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

Color convert

RGB 178 58 108 -
CMYK 0 0.67 0.39 0.30
HSL 335º 0.51% 0.46% -
HSV(B) 335º 0.67% 0.7% -
XYZ 22.58 13.57 15.62 -
YUV 99.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 178 58 108 0 0.67 0.39 0.30 335 0.51 0.46
Hex B2 3A 6C 0 43 27 1E 14F 33 2E
Octal 262 72 154 0 103 47 36 517 63 56
Binary 10110010 111010 1101100 0 1000011 100111 11110 101001111 110011 101110

Color Harmonies of #B23A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A6C

Black with #B23A6C

Text Example


Text Example

White with #B23A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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