Html Css Color HEX #B23C6A Rouge

📋 copy color: '#B23C6A'

red 178 ◦ green 60 ◦ blue 106

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

Shades of Rouge #B23C6A

Tints of Rouge #B23C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 51.74%
G = 17.44%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B23C6A (or 0xB23C6A) is known color: Rouge. HEX triplet: B2, 3C and 6A. RGB value is (178,60,106). Sum of RGB (Red+Green+Blue) = 178+60+106=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C6A is #4DC395. Grayscale: #646464. Windows color (decimal): -5096342 or 6962354. OLE color: 6962354.

HSL color Cylindrical-coordinate representation of color #B23C6A: hue angle of 336.61º degrees, saturation: 0.5, 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 #B23C6A is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 60 106 -
CMYK 0 0.66 0.40 0.30
HSL 336.61º 0.5% 0.47% -
HSV(B) 336.61º 0.66% 0.7% -
XYZ 22.58 13.74 15.1 -
YUV 100.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 178 60 106 0 0.66 0.40 0.30 336.61 0.5 0.47
Hex B2 3C 6A 0 42 28 1E 151 32 2F
Octal 262 74 152 0 102 50 36 521 62 57
Binary 10110010 111100 1101010 0 1000010 101000 11110 101010001 110010 101111

Color Harmonies of #B23C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C6A

Black with #B23C6A

Text Example


Text Example

White with #B23C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C6A; }

 p { color: rgb(178,60,106); }

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

background-color css

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

 a { background-color: rgb(178,60,106); }

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

border-color css

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

 span { border-color: rgb(178,60,106); }

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