Html Css Color HEX #B23C66 Rouge

📋 copy color: '#B23C66'

red 178 ◦ green 60 ◦ blue 102

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

Shades of Rouge #B23C66

Tints of Rouge #B23C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 52.35%
G = 17.65%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B23C66 (or 0xB23C66) is known color: Rouge. HEX triplet: B2, 3C and 66. RGB value is (178,60,102). Sum of RGB (Red+Green+Blue) = 178+60+102=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C66 is #4DC399. Grayscale: #646464. Windows color (decimal): -5096346 or 6700210. OLE color: 6700210.

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

Color convert

RGB 178 60 102 -
CMYK 0 0.66 0.43 0.30
HSL 338.64º 0.5% 0.47% -
HSV(B) 338.64º 0.66% 0.7% -
XYZ 22.37 13.66 14.03 -
YUV 100.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 178 60 102 0 0.66 0.43 0.30 338.64 0.5 0.47
Hex B2 3C 66 0 42 2B 1E 153 32 2F
Octal 262 74 146 0 102 53 36 523 62 57
Binary 10110010 111100 1100110 0 1000010 101011 11110 101010011 110010 101111

Color Harmonies of #B23C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C66

Black with #B23C66

Text Example


Text Example

White with #B23C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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